Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c3840 instr->type = INSTR_REGPREFETCH_RI; in instr_regprefetch_translate()
6773 [INSTR_REGPREFETCH_RI] = instr_regprefetch_ri_exec,
10153 case INSTR_REGPREFETCH_RI: return "INSTR_REGPREFETCH_RI"; in instr_type_to_name()
10581 instr->type == INSTR_REGPREFETCH_RI) in instr_reg_export()
10587 if (instr->type == INSTR_REGPREFETCH_RI || in instr_reg_export()
11022 [INSTR_REGPREFETCH_RI] = instr_reg_export,
11240 case INSTR_REGPREFETCH_RI: return "__instr_regprefetch_ri_exec"; in instr_type_to_func()
H A Drte_swx_pipeline_internal.h379 INSTR_REGPREFETCH_RI, /* index = I */ enumerator