Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c4032 instr->type = INSTR_REGADD_RHM; in instr_regadd_translate()
6793 [INSTR_REGADD_RHM] = instr_regadd_rhm_exec,
10173 case INSTR_REGADD_RHM: return "INSTR_REGADD_RHM"; in instr_type_to_name()
11042 [INSTR_REGADD_RHM] = instr_reg_export,
11260 case INSTR_REGADD_RHM: return "__instr_regadd_rhm_exec"; in instr_type_to_func()
H A Drte_swx_pipeline_internal.h411 INSTR_REGADD_RHM, /* index = H, src = MEFT */ enumerator