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