Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c3152 instr->type = INSTR_ALU_OR_HM; in instr_alu_or_translate()
6747 [INSTR_ALU_OR_HM] = instr_alu_or_hm_exec,
10127 case INSTR_ALU_OR_HM: return "INSTR_ALU_OR_HM"; in instr_type_to_name()
10996 [INSTR_ALU_OR_HM] = instr_alu_export,
11214 case INSTR_ALU_OR_HM: return "__instr_alu_or_hm_exec"; in instr_type_to_func()
H A Drte_swx_pipeline_internal.h337 INSTR_ALU_OR_HM, /* dst = H, src = MEFT */ enumerator