Searched refs:INSTR_ALU_OR (Results 1 – 2 of 2) sorted by relevance
3148 instr->type = INSTR_ALU_OR; in instr_alu_or_translate()6745 [INSTR_ALU_OR] = instr_alu_or_exec,10125 case INSTR_ALU_OR: return "INSTR_ALU_OR"; in instr_type_to_name()10994 [INSTR_ALU_OR] = instr_alu_export,11212 case INSTR_ALU_OR: return "__instr_alu_or_exec"; in instr_type_to_func()
335 INSTR_ALU_OR, /* dst = MEF, src = MEFT */ enumerator