Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c3204 instr->type = INSTR_ALU_XOR; in instr_alu_xor_translate()
6751 [INSTR_ALU_XOR] = instr_alu_xor_exec,
10131 case INSTR_ALU_XOR: return "INSTR_ALU_XOR"; in instr_type_to_name()
11000 [INSTR_ALU_XOR] = instr_alu_export,
11218 case INSTR_ALU_XOR: return "__instr_alu_xor_exec"; in instr_type_to_func()
H A Drte_swx_pipeline_internal.h345 INSTR_ALU_XOR, /* dst = MEF, src = MEFT */ enumerator