Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c2863 instr->type = INSTR_ALU_SUB_MI; in instr_alu_sub_translate()
6731 [INSTR_ALU_SUB_MI] = instr_alu_sub_mi_exec,
10111 case INSTR_ALU_SUB_MI: return "INSTR_ALU_SUB_MI"; in instr_type_to_name()
10519 instr->type == INSTR_ALU_SUB_MI || in instr_alu_export()
10980 [INSTR_ALU_SUB_MI] = instr_alu_export,
11198 case INSTR_ALU_SUB_MI: return "__instr_alu_sub_mi_exec"; in instr_type_to_func()
H A Drte_swx_pipeline_internal.h304 INSTR_ALU_SUB_MI, /* dst = MEF, src = I */ enumerator