Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c3980 instr->type = INSTR_REGWR_RIH; in instr_regwr_translate()
6788 [INSTR_REGWR_RIH] = instr_regwr_rih_exec,
10168 case INSTR_REGWR_RIH: return "INSTR_REGWR_RIH"; in instr_type_to_name()
10590 instr->type == INSTR_REGWR_RIH || in instr_reg_export()
11037 [INSTR_REGWR_RIH] = instr_reg_export,
11255 case INSTR_REGWR_RIH: return "__instr_regwr_rih_exec"; in instr_type_to_func()
H A Drte_swx_pipeline_internal.h402 INSTR_REGWR_RIH, /* index = I, src = H */ enumerator