Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c3116 instr->type = INSTR_ALU_AND_I; in instr_alu_and_translate()
6743 [INSTR_ALU_AND_I] = instr_alu_and_i_exec,
10123 case INSTR_ALU_AND_I: return "INSTR_ALU_AND_I"; in instr_type_to_name()
10525 instr->type == INSTR_ALU_AND_I || in instr_alu_export()
10992 [INSTR_ALU_AND_I] = instr_alu_export,
11210 case INSTR_ALU_AND_I: return "__instr_alu_and_i_exec"; in instr_type_to_func()
H A Drte_swx_pipeline_internal.h329 INSTR_ALU_AND_I, /* dst = HMEF, src = I */ enumerator