Home
last modified time | relevance | path

Searched refs:INSTR_REGPREFETCH_RH (Results 1 – 2 of 2) sorted by relevance

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c3826 instr->type = INSTR_REGPREFETCH_RH; in instr_regprefetch_translate()
6771 [INSTR_REGPREFETCH_RH] = instr_regprefetch_rh_exec,
10151 case INSTR_REGPREFETCH_RH: return "INSTR_REGPREFETCH_RH"; in instr_type_to_name()
10579 if (instr->type == INSTR_REGPREFETCH_RH || in instr_reg_export()
11020 [INSTR_REGPREFETCH_RH] = instr_reg_export,
11238 case INSTR_REGPREFETCH_RH: return "__instr_regprefetch_rh_exec"; in instr_type_to_func()
H A Drte_swx_pipeline_internal.h377 INSTR_REGPREFETCH_RH, /* index = H */ enumerator