Searched refs:HOST_BITS_PER_DOUBLE_INT (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dfixed-value.c93 gcc_assert (GET_MODE_BITSIZE (mode) <= HOST_BITS_PER_DOUBLE_INT);
207 min = min.alshift (i_f_bits, HOST_BITS_PER_DOUBLE_INT);
273 min_s = min_s.alshift (i_f_bits, HOST_BITS_PER_DOUBLE_INT);
380 f->data = f->data.alshift (i_f_bits, HOST_BITS_PER_DOUBLE_INT);
410 HOST_BITS_PER_DOUBLE_INT, !unsigned_p);
471 if (GET_MODE_FBIT (f->mode) == HOST_BITS_PER_DOUBLE_INT)
490 s = s.llshift ((-GET_MODE_FBIT (f->mode)), HOST_BITS_PER_DOUBLE_INT);
491 f->data = r.llshift ((HOST_BITS_PER_DOUBLE_INT
493 HOST_BITS_PER_DOUBLE_INT);
499 HOST_BITS_PER_DOUBLE_INT, !unsigned_
[all...]
H A Ddouble-int.c240 if (count >= HOST_BITS_PER_DOUBLE_INT)
267 else if ((prec - count) >= HOST_BITS_PER_DOUBLE_INT)
295 if (count >= HOST_BITS_PER_DOUBLE_INT)
321 if (prec >= HOST_BITS_PER_DOUBLE_INT)
626 gcc_assert (len * BITS_PER_UNIT <= HOST_BITS_PER_DOUBLE_INT);
1076 return HOST_BITS_PER_DOUBLE_INT;
1090 if (count >= HOST_BITS_PER_DOUBLE_INT)
1121 if (count >= HOST_BITS_PER_DOUBLE_INT)
H A Ddouble-int.h111 numbers with precision less than HOST_BITS_PER_DOUBLE_INT bits. */
144 is less than HOST_BITS_PER_DOUBLE_INT bits. */
200 #define HOST_BITS_PER_DOUBLE_INT (2 * HOST_BITS_PER_WIDE_INT) macro
372 HOST_BITS_PER_DOUBLE_INT bits. */
445 static const unsigned int precision = HOST_BITS_PER_DOUBLE_INT;
H A Dstor-layout.c2779 if (bprecision > HOST_BITS_PER_DOUBLE_INT)
2780 bprecision = HOST_BITS_PER_DOUBLE_INT;
H A Demit-rtl.c696 For values that are larger than HOST_BITS_PER_DOUBLE_INT, the
709 HOST_BITS_PER_WIDE_INT < GET_MODE_BITSIZE (mode) < HOST_BITS_PER_DOUBLE_INT):
1561 innermode = int_mode_for_size (HOST_BITS_PER_DOUBLE_INT, 0).require ();
6375 HOST_BITS_PER_DOUBLE_INT,
6396 HOST_BITS_PER_DOUBLE_INT,
H A Dexpmed.c3705 wide_int val = wi::set_bit_in_zero (pow, HOST_BITS_PER_DOUBLE_INT);
3709 val |= wi::set_bit_in_zero (pow2, HOST_BITS_PER_DOUBLE_INT);
3725 mlow = wi::uhwi (ml_lo, HOST_BITS_PER_DOUBLE_INT);
3726 mhigh = wi::uhwi (mh_lo, HOST_BITS_PER_DOUBLE_INT);
H A Dsimplify-rtx.c104 else if (width <= HOST_BITS_PER_DOUBLE_INT
1852 gcc_assert (width <= HOST_BITS_PER_DOUBLE_INT);
4565 gcc_assert (GET_MODE_PRECISION (int_mode) <= HOST_BITS_PER_DOUBLE_INT);
H A Dfold-const.c2114 if (GET_MODE_FBIT (mode) < HOST_BITS_PER_DOUBLE_INT)
2117 HOST_BITS_PER_DOUBLE_INT,
2122 HOST_BITS_PER_DOUBLE_INT,
7714 if (total_bytes * BITS_PER_UNIT > HOST_BITS_PER_DOUBLE_INT)
8218 || total_bytes * BITS_PER_UNIT > HOST_BITS_PER_DOUBLE_INT)
8240 || total_bytes * BITS_PER_UNIT > HOST_BITS_PER_DOUBLE_INT)
H A Ddwarf2out.c1950 size += HOST_BITS_PER_DOUBLE_INT / BITS_PER_UNIT;
9440 size += HOST_BITS_PER_DOUBLE_INT / HOST_BITS_PER_CHAR;
10712 HOST_BITS_PER_DOUBLE_INT
16101 || GET_MODE_BITSIZE (int_mode) == HOST_BITS_PER_DOUBLE_INT))
16157 HOST_BITS_PER_DOUBLE_INT)))
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dfixed-value.cc93 gcc_assert (GET_MODE_BITSIZE (mode) <= HOST_BITS_PER_DOUBLE_INT);
207 min = min.alshift (i_f_bits, HOST_BITS_PER_DOUBLE_INT);
273 min_s = min_s.alshift (i_f_bits, HOST_BITS_PER_DOUBLE_INT);
380 f->data = f->data.alshift (i_f_bits, HOST_BITS_PER_DOUBLE_INT);
410 HOST_BITS_PER_DOUBLE_INT, !unsigned_p);
471 if (GET_MODE_FBIT (f->mode) == HOST_BITS_PER_DOUBLE_INT)
490 s = s.llshift ((-GET_MODE_FBIT (f->mode)), HOST_BITS_PER_DOUBLE_INT);
491 f->data = r.llshift ((HOST_BITS_PER_DOUBLE_INT
493 HOST_BITS_PER_DOUBLE_INT);
499 HOST_BITS_PER_DOUBLE_INT, !unsigned_
[all...]
H A Ddouble-int.cc240 if (count >= HOST_BITS_PER_DOUBLE_INT)
267 else if ((prec - count) >= HOST_BITS_PER_DOUBLE_INT)
295 if (count >= HOST_BITS_PER_DOUBLE_INT)
321 if (prec >= HOST_BITS_PER_DOUBLE_INT)
626 gcc_assert (len * BITS_PER_UNIT <= HOST_BITS_PER_DOUBLE_INT);
1076 return HOST_BITS_PER_DOUBLE_INT;
1090 if (count >= HOST_BITS_PER_DOUBLE_INT)
1121 if (count >= HOST_BITS_PER_DOUBLE_INT)
H A Ddouble-int.h111 numbers with precision less than HOST_BITS_PER_DOUBLE_INT bits. */
144 is less than HOST_BITS_PER_DOUBLE_INT bits. */
200 #define HOST_BITS_PER_DOUBLE_INT (2 * HOST_BITS_PER_WIDE_INT) macro
372 HOST_BITS_PER_DOUBLE_INT bits. */
445 static const unsigned int precision = HOST_BITS_PER_DOUBLE_INT;
H A Dstor-layout.cc2804 if (bprecision > HOST_BITS_PER_DOUBLE_INT)
2805 bprecision = HOST_BITS_PER_DOUBLE_INT;
H A Demit-rtl.cc695 For values that are larger than HOST_BITS_PER_DOUBLE_INT, the
708 HOST_BITS_PER_WIDE_INT < GET_MODE_BITSIZE (mode) < HOST_BITS_PER_DOUBLE_INT):
1568 innermode = int_mode_for_size (HOST_BITS_PER_DOUBLE_INT, 0).require ();
6365 HOST_BITS_PER_DOUBLE_INT,
6386 HOST_BITS_PER_DOUBLE_INT,
H A Dexpmed.cc3721 wide_int val = wi::set_bit_in_zero (pow, HOST_BITS_PER_DOUBLE_INT);
3725 val |= wi::set_bit_in_zero (pow2, HOST_BITS_PER_DOUBLE_INT);
3741 mlow = wi::uhwi (ml_lo, HOST_BITS_PER_DOUBLE_INT);
3742 mhigh = wi::uhwi (mh_lo, HOST_BITS_PER_DOUBLE_INT);
H A Dfold-const.cc2119 if (GET_MODE_FBIT (mode) < HOST_BITS_PER_DOUBLE_INT)
2122 HOST_BITS_PER_DOUBLE_INT,
2127 HOST_BITS_PER_DOUBLE_INT,
7811 if (total_bytes * BITS_PER_UNIT > HOST_BITS_PER_DOUBLE_INT)
8661 || total_bytes * BITS_PER_UNIT > HOST_BITS_PER_DOUBLE_INT)
8683 || total_bytes * BITS_PER_UNIT > HOST_BITS_PER_DOUBLE_INT)
H A Dsimplify-rtx.cc97 else if (width <= HOST_BITS_PER_DOUBLE_INT
2003 gcc_assert (width <= HOST_BITS_PER_DOUBLE_INT);
5004 gcc_assert (GET_MODE_PRECISION (int_mode) <= HOST_BITS_PER_DOUBLE_INT);
H A Ddwarf2out.cc2007 size += HOST_BITS_PER_DOUBLE_INT / BITS_PER_UNIT;
9586 size += HOST_BITS_PER_DOUBLE_INT / HOST_BITS_PER_CHAR;
10874 HOST_BITS_PER_DOUBLE_INT
16589 || GET_MODE_BITSIZE (int_mode) == HOST_BITS_PER_DOUBLE_INT))
16645 HOST_BITS_PER_DOUBLE_INT)))

Completed in 552 milliseconds