Searched refs:INSTR_ALU_XOR (Results 1 – 2 of 2) sorted by relevance
3204 instr->type = INSTR_ALU_XOR; in instr_alu_xor_translate()6751 [INSTR_ALU_XOR] = instr_alu_xor_exec,10131 case INSTR_ALU_XOR: return "INSTR_ALU_XOR"; in instr_type_to_name()11000 [INSTR_ALU_XOR] = instr_alu_export,11218 case INSTR_ALU_XOR: return "__instr_alu_xor_exec"; in instr_type_to_func()
345 INSTR_ALU_XOR, /* dst = MEF, src = MEFT */ enumerator