Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c3042 instr->type = INSTR_ALU_SHR_HH; in instr_alu_shr_translate()
6767 [INSTR_ALU_SHR_HH] = instr_alu_shr_hh_exec,
10147 case INSTR_ALU_SHR_HH: return "INSTR_ALU_SHR_HH"; in instr_type_to_name()
11016 [INSTR_ALU_SHR_HH] = instr_alu_export,
11234 case INSTR_ALU_SHR_HH: return "__instr_alu_shr_hh_exec"; in instr_type_to_func()
H A Drte_swx_pipeline_internal.h369 INSTR_ALU_SHR_HH, /* dst = H, src = H */ enumerator