Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c3057 instr->type = INSTR_ALU_SHR_MI; in instr_alu_shr_translate()
6768 [INSTR_ALU_SHR_MI] = instr_alu_shr_mi_exec,
10148 case INSTR_ALU_SHR_MI: return "INSTR_ALU_SHR_MI"; in instr_type_to_name()
10523 instr->type == INSTR_ALU_SHR_MI || in instr_alu_export()
11017 [INSTR_ALU_SHR_MI] = instr_alu_export,
11235 case INSTR_ALU_SHR_MI: return "__instr_alu_shr_mi_exec"; in instr_type_to_func()
H A Drte_swx_pipeline_internal.h370 INSTR_ALU_SHR_MI, /* dst = MEF, src = I */ enumerator