Searched refs:INSTR_ALU_SHR (Results 1 – 2 of 2) sorted by relevance
3036 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()
366 INSTR_ALU_SHR, /* dst = MEF, src = MEF */ enumerator