Searched refs:bit0 (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dforwprop-13.c5 unsigned bit0 : 1; member in struct:B
12 b->bit0 = b->bit0 | b->bit1;
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20040307-1.c6 unsigned int bit0:1; member in struct:__anon1677
16 while ( sdata.bit0-- > 0 ) {
/haiku-buildtools/gcc/gmp/tests/mpz/
H A Dbit.c266 int bit0, bit1, bit2, bit3; local
287 bit0 = mpz_tstbit (x, bitindex);
310 if (bit0 == 0)
/haiku-buildtools/legacy/gcc/gcc/config/arc/
H A Dlib1funcs.asm127 ; r6.bit1 = sign of numerator, r6.bit0 = sign of result
/haiku-buildtools/gcc/gcc/config/s390/
H A Ds390.c1329 int bit0, bit1; local
1352 bit0 = exact_log2 (INTVAL (op1) ^ INTVAL (op2));
1353 if (bit0 != -1 && bit1 != -1)
1354 return bit0 > bit1 ? CCT1mode : CCT2mode;

Completed in 183 milliseconds