Searched refs:INSTR_ALU_SUB (Results 1 – 2 of 2) sorted by relevance
2842 instr->type = INSTR_ALU_SUB; in instr_alu_sub_translate()6727 [INSTR_ALU_SUB] = instr_alu_sub_exec,10107 case INSTR_ALU_SUB: return "INSTR_ALU_SUB"; in instr_type_to_name()10976 [INSTR_ALU_SUB] = instr_alu_export,11194 case INSTR_ALU_SUB: return "__instr_alu_sub_exec"; in instr_type_to_func()
300 INSTR_ALU_SUB, /* dst = MEF, src = MEF */ enumerator