Searched refs:OPC_XOR (Results 1 – 1 of 1) sorted by relevance
493 #define OPC_XOR 0x20070000 macro494 #define OPC_XORI (OPC_XOR | OP_IMM)1160 const u32 insn = OPC_XOR | OP_A(rd) | OP_B(rd) | OP_C(rs); in arc_xor_r()