Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c3228 instr->type = INSTR_ALU_XOR_I; in instr_alu_xor_translate()
6755 [INSTR_ALU_XOR_I] = instr_alu_xor_i_exec,
10135 case INSTR_ALU_XOR_I: return "INSTR_ALU_XOR_I"; in instr_type_to_name()
10527 instr->type == INSTR_ALU_XOR_I) in instr_alu_export()
11004 [INSTR_ALU_XOR_I] = instr_alu_export,
11222 case INSTR_ALU_XOR_I: return "__instr_alu_xor_i_exec"; in instr_type_to_func()
H A Drte_swx_pipeline_internal.h349 INSTR_ALU_XOR_I, /* dst = HMEF, src = I */ enumerator