Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c2842 instr->type = INSTR_ALU_SUB; in instr_alu_sub_translate()
6727 [INSTR_ALU_SUB] = instr_alu_sub_exec,
10107 case INSTR_ALU_SUB: return "INSTR_ALU_SUB"; in instr_type_to_name()
10976 [INSTR_ALU_SUB] = instr_alu_export,
11194 case INSTR_ALU_SUB: return "__instr_alu_sub_exec"; in instr_type_to_func()
H A Drte_swx_pipeline_internal.h300 INSTR_ALU_SUB, /* dst = MEF, src = MEF */ enumerator