Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c3148 instr->type = INSTR_ALU_OR; in instr_alu_or_translate()
6745 [INSTR_ALU_OR] = instr_alu_or_exec,
10125 case INSTR_ALU_OR: return "INSTR_ALU_OR"; in instr_type_to_name()
10994 [INSTR_ALU_OR] = instr_alu_export,
11212 case INSTR_ALU_OR: return "__instr_alu_or_exec"; in instr_type_to_func()
H A Drte_swx_pipeline_internal.h335 INSTR_ALU_OR, /* dst = MEF, src = MEFT */ enumerator