OPC_CMP
const u32 insn = OPC_CMP | OP_B(rb) | OP_C(rc);
const u32 insn = OPC_CMP | OP_B(rb) | OP_C(rc) | CC_equal;