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