Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c3959 instr->type = INSTR_REGWR_RMI; in instr_regwr_translate()
6787 [INSTR_REGWR_RMI] = instr_regwr_rmi_exec,
10167 case INSTR_REGWR_RMI: return "INSTR_REGWR_RMI"; in instr_type_to_name()
10600 instr->type == INSTR_REGWR_RMI || in instr_reg_export()
11036 [INSTR_REGWR_RMI] = instr_reg_export,
11254 case INSTR_REGWR_RMI: return "__instr_regwr_rmi_exec"; in instr_type_to_func()
H A Drte_swx_pipeline_internal.h401 INSTR_REGWR_RMI, /* index = MEFT, src = I */ enumerator