OPC_MOV
const u32 insn = OPC_MOV | OP_B(rd) | OP_C(rs);
const u32 insn = OPC_MOV | OP_B(rd) | OP_IMM;