Home
last modified time | relevance | path

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

12345

/dragonfly/contrib/gcc-4.7/gcc/
H A Dhwint.h61 # define HOST_BITS_PER_WIDE_INT HOST_BITS_PER_LONG macro
69 # define HOST_BITS_PER_WIDE_INT HOST_BITS_PER___INT64 macro
79 #if HOST_BITS_PER_WIDE_INT == HOST_BITS_PER_LONG
85 # if HOST_BITS_PER_WIDE_INT == 64
110 #if HOST_BITS_PER_WIDE_INT >= 64 \
184 return HOST_BITS_PER_WIDE_INT; in clz_hwi()
185 # if HOST_BITS_PER_WIDE_INT == HOST_BITS_PER_LONG in clz_hwi()
198 return HOST_BITS_PER_WIDE_INT; in ctz_hwi()
199 # if HOST_BITS_PER_WIDE_INT == HOST_BITS_PER_LONG in ctz_hwi()
211 # if HOST_BITS_PER_WIDE_INT == HOST_BITS_PER_LONG in ffs_hwi()
[all …]
H A Dfixed-value.c180 2 * HOST_BITS_PER_WIDE_INT, in fixed_saturate1()
248 2 * HOST_BITS_PER_WIDE_INT, in fixed_saturate2()
475 2 * HOST_BITS_PER_WIDE_INT, in do_fixed_multiply()
478 (2 * HOST_BITS_PER_WIDE_INT in do_fixed_multiply()
480 2 * HOST_BITS_PER_WIDE_INT, in do_fixed_multiply()
488 2 * HOST_BITS_PER_WIDE_INT, in do_fixed_multiply()
556 2 * HOST_BITS_PER_WIDE_INT, in do_fixed_divide()
559 - (2 * HOST_BITS_PER_WIDE_INT in do_fixed_divide()
561 2 * HOST_BITS_PER_WIDE_INT, in do_fixed_divide()
666 2 * HOST_BITS_PER_WIDE_INT, in do_fixed_shift()
[all …]
H A Ddouble-int.c209 if (count >= 2 * HOST_BITS_PER_WIDE_INT) in rshift_double()
216 else if (count >= HOST_BITS_PER_WIDE_INT) in rshift_double()
273 if (count >= 2 * HOST_BITS_PER_WIDE_INT) in lshift_double()
280 else if (count >= HOST_BITS_PER_WIDE_INT) in lshift_double()
299 if (prec >= 2 * HOST_BITS_PER_WIDE_INT) in lshift_double()
301 else if (prec >= HOST_BITS_PER_WIDE_INT) in lshift_double()
603 if (prec > HOST_BITS_PER_WIDE_INT) in double_int_mask()
605 prec -= HOST_BITS_PER_WIDE_INT; in double_int_mask()
658 if (prec <= HOST_BITS_PER_WIDE_INT) in double_int_sext()
662 prec -= HOST_BITS_PER_WIDE_INT; in double_int_sext()
[all …]
H A Dsreal.h24 #if (HOST_BITS_PER_WIDE_INT / 2) % 2 == 1
25 #define SREAL_PART_BITS (HOST_BITS_PER_WIDE_INT / 2 - 1)
27 #define SREAL_PART_BITS (HOST_BITS_PER_WIDE_INT / 2)
31 #define MAX_HOST_WIDE_INT (((uhwi) 1 << (HOST_BITS_PER_WIDE_INT - 1)) - 1)
H A Dhwint.c44 if (HOST_BITS_PER_WIDE_INT > 64) in floor_log2()
47 if (HOST_BITS_PER_WIDE_INT > 32) in floor_log2()
81 return x ? floor_log2 (x & -x) : HOST_BITS_PER_WIDE_INT; in ctz_hwi()
89 return HOST_BITS_PER_WIDE_INT - 1 - floor_log2(x); in clz_hwi()
H A Dsimplify-rtx.c89 if (width <= HOST_BITS_PER_WIDE_INT in mode_signbit_p()
97 width -= HOST_BITS_PER_WIDE_INT; in mode_signbit_p()
102 if (width < HOST_BITS_PER_WIDE_INT) in mode_signbit_p()
1570 - HOST_BITS_PER_WIDE_INT; in simplify_const_unary_operation()
1617 if (s < HOST_BITS_PER_WIDE_INT) in simplify_const_unary_operation()
1622 if (d < HOST_BITS_PER_WIDE_INT) in simplify_const_unary_operation()
1741 if (width > HOST_BITS_PER_WIDE_INT) in simplify_const_unary_operation()
1761 if (width > HOST_BITS_PER_WIDE_INT) in simplify_const_unary_operation()
2374 && (width <= HOST_BITS_PER_WIDE_INT in simplify_binary_operation_1()
4925 width = HOST_BITS_PER_WIDE_INT; in simplify_ternary_operation()
[all …]
H A Dstor-layout.c2442 if (bprecision > HOST_BITS_PER_WIDE_INT * 2) in initialize_sizetypes()
2443 bprecision = HOST_BITS_PER_WIDE_INT * 2; in initialize_sizetypes()
2515 precision - HOST_BITS_PER_WIDE_INT > 0 in set_min_and_max_values_for_integral_type()
2517 >> (HOST_BITS_PER_WIDE_INT in set_min_and_max_values_for_integral_type()
2525 (precision - HOST_BITS_PER_WIDE_INT > 0 in set_min_and_max_values_for_integral_type()
2530 ? precision - HOST_BITS_PER_WIDE_INT - 1 in set_min_and_max_values_for_integral_type()
2560 if (precision > HOST_BITS_PER_WIDE_INT * 2) in fixup_signed_type()
2561 precision = HOST_BITS_PER_WIDE_INT * 2; in fixup_signed_type()
2582 if (precision > HOST_BITS_PER_WIDE_INT * 2) in fixup_unsigned_type()
2583 precision = HOST_BITS_PER_WIDE_INT * 2; in fixup_unsigned_type()
[all …]
H A Drtlanal.c3933 if (mode_width > HOST_BITS_PER_WIDE_INT) in nonzero_bits1()
4048 && mode_width <= HOST_BITS_PER_WIDE_INT) in nonzero_bits1()
4514 if (bitwidth <= HOST_BITS_PER_WIDE_INT in num_sign_bit_copies1()
4608 if (bitwidth > HOST_BITS_PER_WIDE_INT) in num_sign_bit_copies1()
4635 && bitwidth <= HOST_BITS_PER_WIDE_INT in num_sign_bit_copies1()
4644 && bitwidth <= HOST_BITS_PER_WIDE_INT in num_sign_bit_copies1()
4659 && bitwidth <= HOST_BITS_PER_WIDE_INT) in num_sign_bit_copies1()
4688 && (bitwidth > HOST_BITS_PER_WIDE_INT in num_sign_bit_copies1()
4731 && (bitwidth > HOST_BITS_PER_WIDE_INT in num_sign_bit_copies1()
4742 && (bitwidth > HOST_BITS_PER_WIDE_INT in num_sign_bit_copies1()
[all …]
H A Dreal.c1358 if (REAL_EXP (r) > HOST_BITS_PER_WIDE_INT) in real_to_integer()
1361 if (HOST_BITS_PER_WIDE_INT == HOST_BITS_PER_LONG) in real_to_integer()
1371 i >>= HOST_BITS_PER_WIDE_INT - REAL_EXP (r); in real_to_integer()
1426 if (exp > 2*HOST_BITS_PER_WIDE_INT) in real_to_integer2()
1430 if (HOST_BITS_PER_WIDE_INT == HOST_BITS_PER_LONG) in real_to_integer2()
1437 gcc_assert (HOST_BITS_PER_WIDE_INT == 2*HOST_BITS_PER_LONG); in real_to_integer2()
2163 SET_REAL_EXP (r, 2 * HOST_BITS_PER_WIDE_INT); in real_from_integer()
2174 if (HOST_BITS_PER_LONG == HOST_BITS_PER_WIDE_INT) in real_from_integer()
2181 gcc_assert (HOST_BITS_PER_LONG*2 == HOST_BITS_PER_WIDE_INT); in real_from_integer()
2267 if (n < (HOST_BITS_PER_WIDE_INT == 64 ? 5 : 4)) in ten_to_ptwo()
[all …]
H A Ddata-streamer.c105 if ((shift < HOST_BITS_PER_WIDE_INT) && (half_byte & 0x4)) in bp_unpack_var_len_int()
H A Dcombine.c6922 <= HOST_BITS_PER_WIDE_INT) in expand_compound_operation()
6932 <= HOST_BITS_PER_WIDE_INT) in expand_compound_operation()
7085 if (len >= HOST_BITS_PER_WIDE_INT) in expand_field_assignment()
7272 len >= HOST_BITS_PER_WIDE_INT in make_extraction()
8301 if (width < HOST_BITS_PER_WIDE_INT in force_to_mode()
8518 < HOST_BITS_PER_WIDE_INT) in force_to_mode()
8520 + HOST_BITS_PER_WIDE_INT in force_to_mode()
10455 && count < HOST_BITS_PER_WIDE_INT in simplify_shift_const_1()
11187 <= HOST_BITS_PER_WIDE_INT) in simplify_comparison()
11836 < HOST_BITS_PER_WIDE_INT) in simplify_comparison()
[all …]
H A Dtree.c1768 if (prec >= HOST_BITS_PER_WIDE_INT) in integer_all_onesp()
1824 if (prec < HOST_BITS_PER_WIDE_INT) in integer_pow2p()
1888 if (prec < HOST_BITS_PER_WIDE_INT) in tree_log2()
6553 if (bitno < HOST_BITS_PER_WIDE_INT) in tree_int_cst_sign_bit()
6558 bitno -= HOST_BITS_PER_WIDE_INT; in tree_int_cst_sign_bit()
7218 (HOST_BITS_PER_WIDE_INT > 64 ? HOST_BITS_PER_WIDE_INT : 64)
9258 #if HOST_BITS_PER_WIDE_INT >= 64 in build_common_tree_nodes()
10148 if (bits < HOST_BITS_PER_WIDE_INT) in int_cst_value()
10171 << HOST_BITS_PER_WIDE_INT); in widest_int_cst_value()
10282 if (prec <= HOST_BITS_PER_WIDE_INT) in upper_bound_in_type()
[all …]
H A Dtree-vect-generic.c49 int n = HOST_BITS_PER_WIDE_INT / width; in build_replicated_const()
55 if (width == HOST_BITS_PER_WIDE_INT) in build_replicated_const()
63 if (TYPE_PRECISION (type) < HOST_BITS_PER_WIDE_INT) in build_replicated_const()
65 else if (TYPE_PRECISION (type) == HOST_BITS_PER_WIDE_INT) in build_replicated_const()
67 else if (TYPE_PRECISION (type) == 2 * HOST_BITS_PER_WIDE_INT) in build_replicated_const()
H A Ddata-streamer-in.c125 if ((shift < HOST_BITS_PER_WIDE_INT) && (byte & 0x40)) in streamer_read_hwi()
H A Dexpmed.c993 if (bitsize < HOST_BITS_PER_WIDE_INT) in store_fixed_bit_field()
3158 + HOST_BITS_PER_WIDE_INT; in expand_mult()
3321 if (pow >= HOST_BITS_PER_WIDE_INT) in choose_multiplier()
3335 if (pow2 >= HOST_BITS_PER_WIDE_INT) in choose_multiplier()
3367 if (n < HOST_BITS_PER_WIDE_INT) in choose_multiplier()
3396 mask = (n == HOST_BITS_PER_WIDE_INT in invert_mod2n()
4078 else if (size <= HOST_BITS_PER_WIDE_INT) in expand_divmod()
4198 else if (HOST_BITS_PER_WIDE_INT >= size in expand_divmod()
4249 << (HOST_BITS_PER_WIDE_INT - 1))) in expand_divmod()
4261 else if (size <= HOST_BITS_PER_WIDE_INT) in expand_divmod()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dhwint.h53 #define HOST_BITS_PER_WIDE_INT 64 macro
188 return HOST_BITS_PER_WIDE_INT; in clz_hwi()
189 # if HOST_BITS_PER_WIDE_INT == HOST_BITS_PER_LONG in clz_hwi()
202 return HOST_BITS_PER_WIDE_INT; in ctz_hwi()
203 # if HOST_BITS_PER_WIDE_INT == HOST_BITS_PER_LONG in ctz_hwi()
215 # if HOST_BITS_PER_WIDE_INT == HOST_BITS_PER_LONG in ffs_hwi()
227 # if HOST_BITS_PER_WIDE_INT == HOST_BITS_PER_LONG in popcount_hwi()
239 return HOST_BITS_PER_WIDE_INT - 1 - clz_hwi (x); in floor_log2()
280 if (prec == HOST_BITS_PER_WIDE_INT) in sext_hwi()
292 int shift = HOST_BITS_PER_WIDE_INT - prec; in sext_hwi()
[all …]
H A Dwide-int.cc38 #define W_TYPE_SIZE HOST_BITS_PER_WIDE_INT
66 (PREC ? (((PREC) + HOST_BITS_PER_WIDE_INT - 1) / HOST_BITS_PER_WIDE_INT) : 1)
97 if (len * HOST_BITS_PER_WIDE_INT > precision) in canonize()
196 index = bitpos / HOST_BITS_PER_WIDE_INT; in from_buffer()
746 block = d / HOST_BITS_PER_WIDE_INT; in bswap()
775 while (i < width / HOST_BITS_PER_WIDE_INT) in mask()
816 if (shift < HOST_BITS_PER_WIDE_INT) in shifted_mask()
828 while (i < end / HOST_BITS_PER_WIDE_INT) in shifted_mask()
1156 if (len * HOST_BITS_PER_WIDE_INT < prec) in add_large()
1550 if (len * HOST_BITS_PER_WIDE_INT < prec) in sub_large()
[all …]
H A Dwide-int-print.cc30 (((PREC) + HOST_BITS_PER_WIDE_INT - 1) / HOST_BITS_PER_WIDE_INT)
57 if ((wi.get_precision () <= HOST_BITS_PER_WIDE_INT) in print_decs()
87 if ((wi.get_precision () <= HOST_BITS_PER_WIDE_INT) in print_decu()
113 int start = ROUND_DOWN (val.get_precision (), HOST_BITS_PER_WIDE_INT); in print_hex()
116 for (int i = start; i >= 0; i -= HOST_BITS_PER_WIDE_INT) in print_hex()
126 width = HOST_BITS_PER_WIDE_INT; in print_hex()
H A Ddouble-int.c247 else if (count >= HOST_BITS_PER_WIDE_INT) in rshift_double()
302 else if (count >= HOST_BITS_PER_WIDE_INT) in lshift_double()
318 >> (prec - HOST_BITS_PER_WIDE_INT - 1)) in lshift_double()
323 else if (prec >= HOST_BITS_PER_WIDE_INT) in lshift_double()
653 if (bitpos < HOST_BITS_PER_WIDE_INT) in from_buffer()
671 if (prec > HOST_BITS_PER_WIDE_INT) in mask()
673 prec -= HOST_BITS_PER_WIDE_INT; in mask()
748 if (prec <= HOST_BITS_PER_WIDE_INT) in sext()
752 prec -= HOST_BITS_PER_WIDE_INT; in sext()
1060 if (bitpos < HOST_BITS_PER_WIDE_INT) in set_bit()
[all …]
H A Dwide-int.h241 ((MAX_BITSIZE_MODE_ANY_INT + HOST_BITS_PER_WIDE_INT) / HOST_BITS_PER_WIDE_INT)
262 & ~(HOST_BITS_PER_WIDE_INT - 1))
768 if (precision < HOST_BITS_PER_WIDE_INT)
792 if (precision < HOST_BITS_PER_WIDE_INT)
1166 HOST_WIDE_INT val[(N + HOST_BITS_PER_WIDE_INT + 1) / HOST_BITS_PER_WIDE_INT];
1414 / HOST_BITS_PER_WIDE_INT);
1441 / HOST_BITS_PER_WIDE_INT);
2131 if (offset <= HOST_BITS_PER_WIDE_INT)
2160 if (offset < HOST_BITS_PER_WIDE_INT)
2397 >> (HOST_BITS_PER_WIDE_INT - 1)));
[all …]
H A Dhwint.c43 if (HOST_BITS_PER_WIDE_INT > 64) in floor_log2()
46 if (HOST_BITS_PER_WIDE_INT > 32) in floor_log2()
88 return x ? floor_log2 (least_bit_hwi (x)) : HOST_BITS_PER_WIDE_INT; in ctz_hwi()
96 return HOST_BITS_PER_WIDE_INT - 1 - floor_log2 (x); in clz_hwi()
H A Dreal.c1413 if (REAL_EXP (r) > HOST_BITS_PER_WIDE_INT) in real_to_integer()
1426 i >>= HOST_BITS_PER_WIDE_INT - REAL_EXP (r); in real_to_integer()
1482 words = (precision + HOST_BITS_PER_WIDE_INT - 1) / HOST_BITS_PER_WIDE_INT; in real_to_integer()
1483 w = words * HOST_BITS_PER_WIDE_INT; in real_to_integer()
1485 #if (HOST_BITS_PER_WIDE_INT == HOST_BITS_PER_LONG) in real_to_integer()
2194 * HOST_BITS_PER_WIDE_INT); in real_from_integer()
2209 len += HOST_BITS_PER_WIDE_INT - 1; in real_from_integer()
2214 len = len/HOST_BITS_PER_WIDE_INT * HOST_BITS_PER_WIDE_INT; in real_from_integer()
2237 len = len / HOST_BITS_PER_WIDE_INT; in real_from_integer()
2343 if (n < (HOST_BITS_PER_WIDE_INT == 64 ? 5 : 4)) in ten_to_ptwo()
[all …]
H A Ddata-streamer.c109 if ((shift < HOST_BITS_PER_WIDE_INT) && (half_byte & 0x4)) in bp_unpack_var_len_int()
H A Dsimplify-rtx.c89 if (width <= HOST_BITS_PER_WIDE_INT in mode_signbit_p()
97 if (elts != (width + HOST_BITS_PER_WIDE_INT - 1) / HOST_BITS_PER_WIDE_INT) in mode_signbit_p()
103 width %= HOST_BITS_PER_WIDE_INT; in mode_signbit_p()
105 width = HOST_BITS_PER_WIDE_INT; in mode_signbit_p()
113 width -= HOST_BITS_PER_WIDE_INT; in mode_signbit_p()
120 if (width < HOST_BITS_PER_WIDE_INT) in mode_signbit_p()
5645 if (HOST_BITS_PER_WIDE_INT != op1val) in simplify_ternary_operation()
5787 if (n_elts == HOST_BITS_PER_WIDE_INT) in simplify_ternary_operation()
6104 >> (i - HOST_BITS_PER_WIDE_INT); in simplify_immed_subreg()
6179 / HOST_BITS_PER_WIDE_INT; in simplify_immed_subreg()
[all …]
H A Dreal.h69 (REAL_VALUE_TYPE_SIZE/HOST_BITS_PER_WIDE_INT \
70 + (REAL_VALUE_TYPE_SIZE%HOST_BITS_PER_WIDE_INT ? 1 : 0)) /* round up */

12345