OPC_MOV_CC
#define OPC_MOVU_CC (OPC_MOV_CC | MOV_CC_I)
const u32 insn = OPC_MOV_CC | OP_B(rd) | OP_C(rs) | COND(cc);