Home
last modified time | relevance | path

Searched refs:HOST_BITS_PER_WIDE_INT (Results 1 – 25 of 149) sorted by relevance

123456

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dhwint.h37 #if ! defined HOST_BITS_PER_WIDE_INT \
57 #ifndef HOST_BITS_PER_WIDE_INT
60 # define HOST_BITS_PER_WIDE_INT HOST_BITS_PER_LONG macro
63 # define HOST_BITS_PER_WIDE_INT HOST_BITS_PER_INT macro
73 # if HOST_BITS_PER_WIDE_INT == HOST_BITS_PER_INT
78 # if HOST_BITS_PER_WIDE_INT == HOST_BITS_PER_LONG
91 # if HOST_BITS_PER_WIDE_INT == HOST_BITS_PER_INT
106 # if HOST_BITS_PER_WIDE_INT == HOST_BITS_PER_INT
118 # if HOST_BITS_PER_WIDE_INT == 64
119 # if HOST_BITS_PER_WIDE_INT == HOST_BITS_PER_INT
[all …]
H A Dsimplify-rtx.c564 && width <= HOST_BITS_PER_WIDE_INT * 2
828 && width == HOST_BITS_PER_WIDE_INT * 2
1249 && (width <= HOST_BITS_PER_WIDE_INT
1250 || val != HOST_BITS_PER_WIDE_INT - 1)
1459 if (width < HOST_BITS_PER_WIDE_INT)
2269 width = HOST_BITS_PER_WIDE_INT;
2290 if (HOST_BITS_PER_WIDE_INT != INTVAL (op1))
2304 if (width < HOST_BITS_PER_WIDE_INT
2587 part = offset >= HOST_BITS_PER_WIDE_INT;
2594 offset %= HOST_BITS_PER_WIDE_INT;
[all …]
H A Dhard-reg-set.h43 #if FIRST_PSEUDO_REGISTER <= HOST_BITS_PER_WIDE_INT
50 ((FIRST_PSEUDO_REGISTER + HOST_BITS_PER_WIDE_INT - 1) \
51 / HOST_BITS_PER_WIDE_INT)
114 #define UHOST_BITS_PER_WIDE_INT ((unsigned) HOST_BITS_PER_WIDE_INT)
128 #if FIRST_PSEUDO_REGISTER <= 2*HOST_BITS_PER_WIDE_INT
182 #if FIRST_PSEUDO_REGISTER <= 3*HOST_BITS_PER_WIDE_INT
246 #if FIRST_PSEUDO_REGISTER <= 4*HOST_BITS_PER_WIDE_INT
H A Dcombine.c3096 <= HOST_BITS_PER_WIDE_INT)
5880 <= HOST_BITS_PER_WIDE_INT)
5891 <= HOST_BITS_PER_WIDE_INT)
7264 < HOST_BITS_PER_WIDE_INT)
7266 + HOST_BITS_PER_WIDE_INT
10399 <= HOST_BITS_PER_WIDE_INT)
10824 <= HOST_BITS_PER_WIDE_INT)
10905 <= HOST_BITS_PER_WIDE_INT)
11152 <= HOST_BITS_PER_WIDE_INT)
11195 < HOST_BITS_PER_WIDE_INT)
[all …]
H A Dstor-layout.c1937 2 * HOST_BITS_PER_WIDE_INT);
2016 if (precision > HOST_BITS_PER_WIDE_INT * 2)
2017 precision = HOST_BITS_PER_WIDE_INT * 2;
2024 ? precision - HOST_BITS_PER_WIDE_INT - 1
2029 (precision - HOST_BITS_PER_WIDE_INT - 1 > 0
2031 << (precision - HOST_BITS_PER_WIDE_INT - 1))) - 1
2054 if (precision > HOST_BITS_PER_WIDE_INT * 2)
2055 precision = HOST_BITS_PER_WIDE_INT * 2;
2061 precision - HOST_BITS_PER_WIDE_INT > 0
2063 >> (HOST_BITS_PER_WIDE_INT
[all …]
H A Dexpmed.c1701 if (bitpos < HOST_BITS_PER_WIDE_INT)
1710 if (bitpos <= HOST_BITS_PER_WIDE_INT)
1742 if (bitsize < HOST_BITS_PER_WIDE_INT)
1745 if (bitpos < HOST_BITS_PER_WIDE_INT)
2628 if (pow >= HOST_BITS_PER_WIDE_INT)
2642 if (pow2 >= HOST_BITS_PER_WIDE_INT)
2676 if (n < HOST_BITS_PER_WIDE_INT)
2707 mask = (n == HOST_BITS_PER_WIDE_INT
2782 if (size > HOST_BITS_PER_WIDE_INT)
3344 << (HOST_BITS_PER_WIDE_INT - 1)))
[all …]
H A Ddbxout.c1339 || TYPE_PRECISION (type) > HOST_BITS_PER_WIDE_INT
1340 || (TYPE_PRECISION (type) == HOST_BITS_PER_WIDE_INT
1799 int excess = (3 - (HOST_BITS_PER_WIDE_INT % 3));
1805 if (width == HOST_BITS_PER_WIDE_INT * 2)
1807 else if (width > HOST_BITS_PER_WIDE_INT)
1809 else if (width == HOST_BITS_PER_WIDE_INT)
1819 print_octal (high, HOST_BITS_PER_WIDE_INT / 3);
1820 print_octal (low, HOST_BITS_PER_WIDE_INT / 3);
1827 | (low >> (HOST_BITS_PER_WIDE_INT / 3 * 3)));
1830 << (HOST_BITS_PER_WIDE_INT / 3 * 3))
[all …]
H A Dtree.c656 if (prec >= HOST_BITS_PER_WIDE_INT)
663 if (shift_amount > HOST_BITS_PER_WIDE_INT)
708 if (prec == 2 * HOST_BITS_PER_WIDE_INT)
710 else if (prec > HOST_BITS_PER_WIDE_INT)
715 if (prec < HOST_BITS_PER_WIDE_INT)
768 if (prec == 2 * HOST_BITS_PER_WIDE_INT)
770 else if (prec > HOST_BITS_PER_WIDE_INT)
775 if (prec < HOST_BITS_PER_WIDE_INT)
810 else if (prec > HOST_BITS_PER_WIDE_INT)
815 if (prec < HOST_BITS_PER_WIDE_INT)
[all …]
H A Dfold-const.c213 if (prec == 2 * HOST_BITS_PER_WIDE_INT)
215 else if (prec > HOST_BITS_PER_WIDE_INT)
221 if (prec < HOST_BITS_PER_WIDE_INT)
233 if (prec != 2 * HOST_BITS_PER_WIDE_INT
234 && (prec > HOST_BITS_PER_WIDE_INT
243 if (prec > HOST_BITS_PER_WIDE_INT)
249 if (prec < HOST_BITS_PER_WIDE_INT)
397 if (count >= 2 * HOST_BITS_PER_WIDE_INT)
423 if (prec >= 2 * HOST_BITS_PER_WIDE_INT)
2736 if (width > HOST_BITS_PER_WIDE_INT)
[all …]
H A Dreal.h62 (REAL_VALUE_TYPE_SIZE/HOST_BITS_PER_WIDE_INT \
63 + (REAL_VALUE_TYPE_SIZE%HOST_BITS_PER_WIDE_INT ? 1 : 0)) /* round up */
/openbsd/gnu/gcc/gcc/
H A Dhwint.h54 # define HOST_BITS_PER_WIDE_INT HOST_BITS_PER_LONG macro
58 # define HOST_BITS_PER_WIDE_INT HOST_BITS_PER_LONGLONG macro
62 # define HOST_BITS_PER_WIDE_INT HOST_BITS_PER___INT64 macro
72 #if HOST_BITS_PER_WIDE_INT == HOST_BITS_PER_LONG
77 # if HOST_BITS_PER_WIDE_INT == 64
98 #if HOST_BITS_PER_WIDE_INT >= 64 \
101 # define HOST_BITS_PER_WIDEST_INT HOST_BITS_PER_WIDE_INT
H A Dsreal.h25 #if (HOST_BITS_PER_WIDE_INT / 2) % 2 == 1
26 #define SREAL_PART_BITS (HOST_BITS_PER_WIDE_INT / 2 - 1)
28 #define SREAL_PART_BITS (HOST_BITS_PER_WIDE_INT / 2)
32 #define MAX_HOST_WIDE_INT (((uhwi) 1 << (HOST_BITS_PER_WIDE_INT - 1)) - 1)
H A Dsimplify-rtx.c91 if (width <= HOST_BITS_PER_WIDE_INT in mode_signbit_p()
99 width -= HOST_BITS_PER_WIDE_INT; in mode_signbit_p()
104 if (width < HOST_BITS_PER_WIDE_INT) in mode_signbit_p()
768 <= HOST_BITS_PER_WIDE_INT) in simplify_unary_operation_1()
1156 - HOST_BITS_PER_WIDE_INT; in simplify_const_unary_operation()
1301 if (width > HOST_BITS_PER_WIDE_INT) in simplify_const_unary_operation()
1321 if (width > HOST_BITS_PER_WIDE_INT) in simplify_const_unary_operation()
1346 if (width == 2*HOST_BITS_PER_WIDE_INT) in simplify_const_unary_operation()
1911 && (width <= HOST_BITS_PER_WIDE_INT in simplify_binary_operation_1()
4047 width = HOST_BITS_PER_WIDE_INT; in simplify_ternary_operation()
[all …]
H A Dcombine.c2034 if (width < HOST_BITS_PER_WIDE_INT) in try_combine()
3606 <= HOST_BITS_PER_WIDE_INT) in find_split_point()
5739 <= HOST_BITS_PER_WIDE_INT) in expand_compound_operation()
5750 <= HOST_BITS_PER_WIDE_INT) in expand_compound_operation()
6092 len >= HOST_BITS_PER_WIDE_INT in make_extraction()
6993 if (width < HOST_BITS_PER_WIDE_INT in force_to_mode()
7204 < HOST_BITS_PER_WIDE_INT) in force_to_mode()
7206 + HOST_BITS_PER_WIDE_INT in force_to_mode()
9628 <= HOST_BITS_PER_WIDE_INT) in simplify_comparison()
10455 < HOST_BITS_PER_WIDE_INT) in simplify_comparison()
[all …]
H A Ddouble-int.c35 if (prec > HOST_BITS_PER_WIDE_INT) in double_int_mask()
37 prec -= HOST_BITS_PER_WIDE_INT; in double_int_mask()
90 if (prec <= HOST_BITS_PER_WIDE_INT) in double_int_sext()
94 prec -= HOST_BITS_PER_WIDE_INT; in double_int_sext()
H A Dstor-layout.c1939 2 * HOST_BITS_PER_WIDE_INT); in set_sizetype()
2029 precision - HOST_BITS_PER_WIDE_INT > 0 in set_min_and_max_values_for_integral_type()
2031 >> (HOST_BITS_PER_WIDE_INT in set_min_and_max_values_for_integral_type()
2039 (precision - HOST_BITS_PER_WIDE_INT > 0 in set_min_and_max_values_for_integral_type()
2044 ? precision - HOST_BITS_PER_WIDE_INT - 1 in set_min_and_max_values_for_integral_type()
2048 (precision - HOST_BITS_PER_WIDE_INT > 0 in set_min_and_max_values_for_integral_type()
2074 if (precision > HOST_BITS_PER_WIDE_INT * 2) in fixup_signed_type()
2075 precision = HOST_BITS_PER_WIDE_INT * 2; in fixup_signed_type()
2096 if (precision > HOST_BITS_PER_WIDE_INT * 2) in fixup_unsigned_type()
2097 precision = HOST_BITS_PER_WIDE_INT * 2; in fixup_unsigned_type()
[all …]
H A Dtoplev.h162 # if HOST_BITS_PER_WIDE_INT == HOST_BITS_PER_LONG
165 # elif HOST_BITS_PER_WIDE_INT == HOST_BITS_PER_LONGLONG
H A Dexpmed.c1842 if (bitpos <= HOST_BITS_PER_WIDE_INT) in mask_rtx()
1876 if (bitpos < HOST_BITS_PER_WIDE_INT) in lshift_value()
2419 #if HOST_BITS_PER_WIDE_INT == 64
3176 + HOST_BITS_PER_WIDE_INT; in expand_mult()
3288 if (pow >= HOST_BITS_PER_WIDE_INT) in choose_multiplier()
3302 if (pow2 >= HOST_BITS_PER_WIDE_INT) in choose_multiplier()
3334 if (n < HOST_BITS_PER_WIDE_INT) in choose_multiplier()
3363 mask = (n == HOST_BITS_PER_WIDE_INT in invert_mod2n()
4216 << (HOST_BITS_PER_WIDE_INT - 1))) in expand_divmod()
4955 < HOST_BITS_PER_WIDE_INT))) in make_tree()
[all …]
H A Dtree-vect-generic.c47 int n = HOST_BITS_PER_WIDE_INT / width; in build_replicated_const()
53 if (width == HOST_BITS_PER_WIDE_INT) in build_replicated_const()
61 if (TYPE_PRECISION (type) < HOST_BITS_PER_WIDE_INT) in build_replicated_const()
63 else if (TYPE_PRECISION (type) == HOST_BITS_PER_WIDE_INT) in build_replicated_const()
65 else if (TYPE_PRECISION (type) == 2 * HOST_BITS_PER_WIDE_INT) in build_replicated_const()
H A Dtree.c729 if (bits >= HOST_BITS_PER_WIDE_INT) in build_int_cst_type()
753 if (bits <= HOST_BITS_PER_WIDE_INT) in build_int_cst_type()
757 bits -= HOST_BITS_PER_WIDE_INT; in build_int_cst_type()
930 bits -= HOST_BITS_PER_WIDE_INT; in build_low_bits_mask()
1318 if (prec >= HOST_BITS_PER_WIDE_INT) in integer_all_onesp()
1368 if (prec == 2 * HOST_BITS_PER_WIDE_INT) in integer_pow2p()
1375 if (prec < HOST_BITS_PER_WIDE_INT) in integer_pow2p()
1432 if (prec < HOST_BITS_PER_WIDE_INT) in tree_log2()
1471 if (prec < HOST_BITS_PER_WIDE_INT) in tree_floor_log2()
7257 if (prec <= HOST_BITS_PER_WIDE_INT) in upper_bound_in_type()
[all …]
H A Drtlanal.c3416 if (mode_width > HOST_BITS_PER_WIDE_INT) in nonzero_bits1()
3525 && mode_width <= HOST_BITS_PER_WIDE_INT) in nonzero_bits1()
3714 <= HOST_BITS_PER_WIDE_INT)) in nonzero_bits1()
3992 if (bitwidth <= HOST_BITS_PER_WIDE_INT in num_sign_bit_copies1()
4117 && bitwidth <= HOST_BITS_PER_WIDE_INT) in num_sign_bit_copies1()
4157 && (bitwidth > HOST_BITS_PER_WIDE_INT in num_sign_bit_copies1()
4191 && (bitwidth > HOST_BITS_PER_WIDE_INT in num_sign_bit_copies1()
4202 && (bitwidth > HOST_BITS_PER_WIDE_INT in num_sign_bit_copies1()
4261 if (bitwidth > HOST_BITS_PER_WIDE_INT) in num_sign_bit_copies1()
4447 <= HOST_BITS_PER_WIDE_INT) in canonicalize_condition()
[all …]
H A Dreal.c1299 if (REAL_EXP (r) > HOST_BITS_PER_WIDE_INT) in real_to_integer()
1302 if (HOST_BITS_PER_WIDE_INT == HOST_BITS_PER_LONG) in real_to_integer()
1312 i >>= HOST_BITS_PER_WIDE_INT - REAL_EXP (r); in real_to_integer()
1367 if (exp > 2*HOST_BITS_PER_WIDE_INT) in real_to_integer2()
1371 if (HOST_BITS_PER_WIDE_INT == HOST_BITS_PER_LONG) in real_to_integer2()
1378 gcc_assert (HOST_BITS_PER_WIDE_INT == 2*HOST_BITS_PER_LONG); in real_to_integer2()
2037 SET_REAL_EXP (r, 2 * HOST_BITS_PER_WIDE_INT); in real_from_integer()
2048 if (HOST_BITS_PER_LONG == HOST_BITS_PER_WIDE_INT) in real_from_integer()
2055 gcc_assert (HOST_BITS_PER_LONG*2 == HOST_BITS_PER_WIDE_INT); in real_from_integer()
2081 if (n < (HOST_BITS_PER_WIDE_INT == 64 ? 5 : 4)) in ten_to_ptwo()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dboehm.c55 if (n >= HOST_BITS_PER_WIDE_INT)
57 n -= HOST_BITS_PER_WIDE_INT;
/openbsd/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dxm-vms.h23 #define HOST_BITS_PER_WIDE_INT 64 macro
H A Dxm-alpha-interix.h24 #define HOST_BITS_PER_WIDE_INT 64 macro

123456