OPC_TST
const u32 insn = OPC_TST | OP_B(rd) | OP_C(rs);
const u32 insn = OPC_TST | OP_B(rd) | OP_C(rs) | CC_equal;