Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c3876 instr->type = INSTR_REGRD_HRM; in instr_regrd_translate()
6776 [INSTR_REGRD_HRM] = instr_regrd_hrm_exec,
10156 case INSTR_REGRD_HRM: return "INSTR_REGRD_HRM"; in instr_type_to_name()
11025 [INSTR_REGRD_HRM] = instr_reg_export,
11243 case INSTR_REGRD_HRM: return "__instr_regrd_hrm_exec"; in instr_type_to_func()
H A Drte_swx_pipeline_internal.h386 INSTR_REGRD_HRM, /* dst = H, index = MEFT */ enumerator