Home | History | Annotate | Download | only in arm

Lines Matching full:alt_bit

50   int alt_bit = cond_bit ^ 1;
55 mask1 = (guide[2] == 'T') ? cond_bit : alt_bit;
57 mask2 = (guide[1] == 'T') ? cond_bit : alt_bit;
59 mask3 = (guide[0] == 'T') ? cond_bit : alt_bit;