Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c4034 instr->type = INSTR_REGADD_RMH; in instr_regadd_translate()
6794 [INSTR_REGADD_RMH] = instr_regadd_rmh_exec,
10175 case INSTR_REGADD_RMH: return "INSTR_REGADD_RMH"; in instr_type_to_name()
11043 [INSTR_REGADD_RMH] = instr_reg_export,
11262 case INSTR_REGADD_RMH: return "__instr_regadd_rmh_exec"; in instr_type_to_func()
H A Drte_swx_pipeline_internal.h413 INSTR_REGADD_RMH, /* index = MEFT, src = H */ enumerator