Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c3092 instr->type = INSTR_ALU_AND; in instr_alu_and_translate()
6739 [INSTR_ALU_AND] = instr_alu_and_exec,
10119 case INSTR_ALU_AND: return "INSTR_ALU_AND"; in instr_type_to_name()
10988 [INSTR_ALU_AND] = instr_alu_export,
11206 case INSTR_ALU_AND: return "__instr_alu_and_exec"; in instr_type_to_func()
H A Drte_swx_pipeline_internal.h325 INSTR_ALU_AND, /* dst = MEF, src = MEFT */ enumerator