Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c3874 instr->type = INSTR_REGRD_MRM; in instr_regrd_translate()
6778 [INSTR_REGRD_MRM] = instr_regrd_mrm_exec,
10159 case INSTR_REGRD_MRM: return "INSTR_REGRD_MRM"; in instr_type_to_name()
11027 [INSTR_REGRD_MRM] = instr_reg_export,
11246 case INSTR_REGRD_MRM: return "__instr_regrd_mrm_exec"; in instr_type_to_func()
H A Drte_swx_pipeline_internal.h389 INSTR_REGRD_MRM, /* dst = MEF, index = MEFT */ enumerator