Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c3036 instr->type = INSTR_ALU_SHR; in instr_alu_shr_translate()
6764 [INSTR_ALU_SHR] = instr_alu_shr_exec,
10144 case INSTR_ALU_SHR: return "INSTR_ALU_SHR"; in instr_type_to_name()
11013 [INSTR_ALU_SHR] = instr_alu_export,
11231 case INSTR_ALU_SHR: return "__instr_alu_shr_exec"; in instr_type_to_func()
H A Drte_swx_pipeline_internal.h366 INSTR_ALU_SHR, /* dst = MEF, src = MEF */ enumerator