Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c3040 instr->type = INSTR_ALU_SHR_MH; in instr_alu_shr_translate()
6765 [INSTR_ALU_SHR_MH] = instr_alu_shr_mh_exec,
10145 case INSTR_ALU_SHR_MH: return "INSTR_ALU_SHR_MH"; in instr_type_to_name()
11014 [INSTR_ALU_SHR_MH] = instr_alu_export,
11232 case INSTR_ALU_SHR_MH: return "__instr_alu_shr_mh_exec"; in instr_type_to_func()
H A Drte_swx_pipeline_internal.h367 INSTR_ALU_SHR_MH, /* dst = MEF, src = H */ enumerator