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