Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c2807 instr->type = INSTR_ALU_ADD_MI; in instr_alu_add_translate()
6724 [INSTR_ALU_ADD_MI] = instr_alu_add_mi_exec,
10104 case INSTR_ALU_ADD_MI: return "INSTR_ALU_ADD_MI"; in instr_type_to_name()
10517 if (instr->type == INSTR_ALU_ADD_MI || in instr_alu_export()
10973 [INSTR_ALU_ADD_MI] = instr_alu_export,
11191 case INSTR_ALU_ADD_MI: return "__instr_alu_add_mi_exec"; in instr_type_to_func()
H A Drte_swx_pipeline_internal.h293 INSTR_ALU_ADD_MI, /* dst = MEF, src = I */ enumerator