Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c3172 instr->type = INSTR_ALU_OR_I; in instr_alu_or_translate()
6749 [INSTR_ALU_OR_I] = instr_alu_or_i_exec,
10129 case INSTR_ALU_OR_I: return "INSTR_ALU_OR_I"; in instr_type_to_name()
10526 instr->type == INSTR_ALU_OR_I || in instr_alu_export()
10998 [INSTR_ALU_OR_I] = instr_alu_export,
11216 case INSTR_ALU_OR_I: return "__instr_alu_or_i_exec"; in instr_type_to_func()
H A Drte_swx_pipeline_internal.h339 INSTR_ALU_OR_I, /* dst = HMEF, src = I */ enumerator