Searched refs:instr_regarray_idx_hbo (Results 1 – 1 of 1) sorted by relevance
| /dpdk/lib/pipeline/ |
| H A D | rte_swx_pipeline_internal.h | 2936 instr_regarray_idx_hbo(struct rte_swx_pipeline *p, struct thread *t, const struct instruction *ip) in instr_regarray_idx_hbo() function 2966 #define instr_regarray_idx_nbo instr_regarray_idx_hbo 3067 idx = instr_regarray_idx_hbo(p, t, ip); in __instr_regprefetch_rm_exec() 3110 idx = instr_regarray_idx_hbo(p, t, ip); in __instr_regrd_hrm_exec() 3134 idx = instr_regarray_idx_hbo(p, t, ip); in __instr_regrd_mrm_exec() 3196 idx = instr_regarray_idx_hbo(p, t, ip); in __instr_regwr_rmh_exec() 3209 idx = instr_regarray_idx_hbo(p, t, ip); in __instr_regwr_rmm_exec() 3235 idx = instr_regarray_idx_hbo(p, t, ip); in __instr_regwr_rmi_exec() 3315 idx = instr_regarray_idx_hbo(p, t, ip); in __instr_regadd_rmh_exec() 3328 idx = instr_regarray_idx_hbo(p, t, ip); in __instr_regadd_rmm_exec() [all …]
|