Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c3878 instr->type = INSTR_REGRD_MRH; in instr_regrd_translate()
6777 [INSTR_REGRD_MRH] = instr_regrd_mrh_exec,
10158 case INSTR_REGRD_MRH: return "INSTR_REGRD_MRH"; in instr_type_to_name()
11026 [INSTR_REGRD_MRH] = instr_reg_export,
11245 case INSTR_REGRD_MRH: return "__instr_regrd_mrh_exec"; in instr_type_to_func()
H A Drte_swx_pipeline_internal.h388 INSTR_REGRD_MRH, /* dst = MEF, index = H */ enumerator