Searched refs:bit1 (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dforwprop-13.c6 unsigned bit1 : 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.c7 unsigned int bit1:1; member in struct:__anon1677
/haiku-buildtools/binutils/gas/testsuite/gas/rx/
H A Drx-asm-bad.s33 .BTGLB bit1
37 bit1 .BTEQU 1,dmem
/haiku-buildtools/gcc/gmp/tests/mpz/
H A Dbit.c266 int bit0, bit1, bit2, bit3; local
292 bit1 = mpz_tstbit (x, bitindex);
306 if (bit1 != 1) FAIL ("bit1 != 1");
/haiku-buildtools/binutils/gas/testsuite/gas/aarch64/
H A Dreloc-insn.s138 orr x0,x0,bit1
211 .set bit1,0xf000000000000000
/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-ifcombine.c366 tree name1, name2, bit1, bit2, bits1, bits2; local
383 name & (bit1 | bit2) == (bit1 | bit2). */
384 if (recognize_single_bit_test (inner_cond, &name1, &bit1, inner_inv)
393 build_int_cst (TREE_TYPE (name1), 1), bit1);
420 print_generic_expr (dump_file, bit1, 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
1351 bit1 = exact_log2 (INTVAL (op2));
1353 if (bit0 != -1 && bit1 != -1)
1354 return bit0 > bit1 ? CCT1mode : CCT2mode;

Completed in 366 milliseconds