Revision efe72c8d

b/tcg/ppc/tcg-target.c
1107 1107
        op = (b->bit1 != b->bit2) ? CRANDC : CRAND;
1108 1108
        tcg_out_cmp (s, b->cond2, args[1], args[3], const_args[3], 5);
1109 1109
        tcg_out_cmp (s, TCG_COND_EQ, args[1], args[3], const_args[3], 6);
1110
        tcg_out_cmp (s, cond, args[0], args[2], const_args[2], 7);
1110
        tcg_out_cmp (s, tcg_unsigned_cond (cond), args[0], args[2],
1111
                     const_args[2], 7);
1111 1112
        tcg_out32 (s, op | BT (7, CR_EQ) | BA (6, CR_EQ) | BB (7, b->bit2));
1112 1113
        tcg_out32 (s, CROR | BT (7, CR_EQ) | BA (5, b->bit1) | BB (7, CR_EQ));
1113 1114
        break;

Also available in: Unified diff