Searched refs:INSTR_ALU_SHL (Results 1 – 2 of 2) sorted by relevance
2980 instr->type = INSTR_ALU_SHL; in instr_alu_shl_translate()6757 [INSTR_ALU_SHL] = instr_alu_shl_exec,10137 case INSTR_ALU_SHL: return "INSTR_ALU_SHL"; in instr_type_to_name()11006 [INSTR_ALU_SHL] = instr_alu_export,11224 case INSTR_ALU_SHL: return "__instr_alu_shl_exec"; in instr_type_to_func()
355 INSTR_ALU_SHL, /* dst = MEF, src = MEF */ enumerator