Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c3880 instr->type = INSTR_REGRD_HRH; in instr_regrd_translate()
6775 [INSTR_REGRD_HRH] = instr_regrd_hrh_exec,
10155 case INSTR_REGRD_HRH: return "INSTR_REGRD_HRH"; in instr_type_to_name()
11024 [INSTR_REGRD_HRH] = instr_reg_export,
11242 case INSTR_REGRD_HRH: return "__instr_regrd_hrh_exec"; in instr_type_to_func()
H A Drte_swx_pipeline_internal.h385 INSTR_REGRD_HRH, /* dst = H, index = H */ enumerator