Revision 606257c6 tcg/ppc/tcg-target.c

b/tcg/ppc/tcg-target.c
1106 1106
    case TCG_COND_GEU:
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
        tcg_out_cmp (s, TCG_COND_EQ, args[1], args[3], const_args[3], 6);
1110 1109
        tcg_out_cmp (s, tcg_unsigned_cond (cond), args[0], args[2],
1111 1110
                     const_args[2], 7);
1112
        tcg_out32 (s, op | BT (7, CR_EQ) | BA (6, CR_EQ) | BB (7, b->bit2));
1111
        tcg_out32 (s, op | BT (7, CR_EQ) | BA (5, CR_EQ) | BB (7, b->bit2));
1113 1112
        tcg_out32 (s, CROR | BT (7, CR_EQ) | BA (5, b->bit1) | BB (7, CR_EQ));
1114 1113
        break;
1115 1114
    default:

Also available in: Unified diff