Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c3961 instr->type = INSTR_REGWR_RHI; in instr_regwr_translate()
6786 [INSTR_REGWR_RHI] = instr_regwr_rhi_exec,
10164 case INSTR_REGWR_RHI: return "INSTR_REGWR_RHI"; in instr_type_to_name()
10599 if (instr->type == INSTR_REGWR_RHI || in instr_reg_export()
11035 [INSTR_REGWR_RHI] = instr_reg_export,
11251 case INSTR_REGWR_RHI: return "__instr_regwr_rhi_exec"; in instr_type_to_func()
H A Drte_swx_pipeline_internal.h398 INSTR_REGWR_RHI, /* index = H, src = I */ enumerator