Home | History | Annotate | Download | only in ppc

Lines Matching defs:bit2

1083     struct { int bit1; int bit2; int cond2; } bits[] = {
1110 op = (b->bit1 != b->bit2) ? CRANDC : CRAND;
1114 tcg_out32 (s, op | BT (7, CR_EQ) | BA (5, CR_EQ) | BB (7, b->bit2));