OPC_XOR
const u32 insn = OPC_XOR | OP_A(rd) | OP_B(rd) | OP_C(rs);
#define OPC_XORI (OPC_XOR | OP_IMM)