Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c4036 instr->type = INSTR_REGADD_RHH; in instr_regadd_translate()
6792 [INSTR_REGADD_RHH] = instr_regadd_rhh_exec,
10172 case INSTR_REGADD_RHH: return "INSTR_REGADD_RHH"; in instr_type_to_name()
11041 [INSTR_REGADD_RHH] = instr_reg_export,
11259 case INSTR_REGADD_RHH: return "__instr_regadd_rhh_exec"; in instr_type_to_func()
H A Drte_swx_pipeline_internal.h410 INSTR_REGADD_RHH, /* index = H, src = H */ enumerator