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