Home
last modified time | relevance | path

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

123

/freebsd-10-stable/contrib/gcc/
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
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)
Dsimplify-rtx.c91 if (width <= HOST_BITS_PER_WIDE_INT in mode_signbit_p()
94 else if (width <= 2 * 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()
672 if (GET_MODE_BITSIZE (mode) <= HOST_BITS_PER_WIDE_INT in simplify_unary_operation_1()
769 <= HOST_BITS_PER_WIDE_INT) in simplify_unary_operation_1()
974 else if (GET_MODE_BITSIZE (op_mode) >= HOST_BITS_PER_WIDE_INT * 2) in simplify_const_unary_operation()
985 && width <= HOST_BITS_PER_WIDE_INT && width > 0) in simplify_const_unary_operation()
1058 if (GET_MODE_BITSIZE (op_mode) == HOST_BITS_PER_WIDE_INT) in simplify_const_unary_operation()
1066 else if (GET_MODE_BITSIZE (op_mode) < HOST_BITS_PER_WIDE_INT) in simplify_const_unary_operation()
[all …]
Dtoplev.h164 # if HOST_BITS_PER_WIDE_INT == HOST_BITS_PER_LONG
167 # elif HOST_BITS_PER_WIDE_INT == HOST_BITS_PER_LONGLONG
178 return x ? HOST_BITS_PER_WIDE_INT - 1 - (int) CLZ_HWI (x) : -1; in floor_log2()
Dcombine.c737 nonzero_bits_mode = mode_for_size (HOST_BITS_PER_WIDE_INT, MODE_INT, 0); in combine_instructions()
1064 && GET_MODE_BITSIZE (GET_MODE (x)) <= HOST_BITS_PER_WIDE_INT) in set_nonzero_bits_and_sign_copies()
2034 if (width < HOST_BITS_PER_WIDE_INT) in try_combine()
2039 else if (width < HOST_BITS_PER_WIDE_INT * 2) in try_combine()
2042 << (width - HOST_BITS_PER_WIDE_INT)) - 1; in try_combine()
2054 if (offset >= HOST_BITS_PER_WIDE_INT) in try_combine()
2056 mhi = mlo << (offset - HOST_BITS_PER_WIDE_INT); in try_combine()
2058 ihi = ilo << (offset - HOST_BITS_PER_WIDE_INT); in try_combine()
2064 >> (HOST_BITS_PER_WIDE_INT - offset)); in try_combine()
2067 >> (HOST_BITS_PER_WIDE_INT - offset)); in try_combine()
[all …]
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()
Dstor-layout.c1941 2 * HOST_BITS_PER_WIDE_INT); in set_sizetype()
2028 = build_int_cst_wide (type, precision - HOST_BITS_PER_WIDE_INT >= 0 in set_min_and_max_values_for_integral_type()
2031 precision - HOST_BITS_PER_WIDE_INT > 0 in set_min_and_max_values_for_integral_type()
2033 >> (HOST_BITS_PER_WIDE_INT in set_min_and_max_values_for_integral_type()
2034 - (precision - HOST_BITS_PER_WIDE_INT))) in set_min_and_max_values_for_integral_type()
2041 (precision - HOST_BITS_PER_WIDE_INT > 0 in set_min_and_max_values_for_integral_type()
2045 << (precision - HOST_BITS_PER_WIDE_INT - 1 > 0 in set_min_and_max_values_for_integral_type()
2046 ? precision - HOST_BITS_PER_WIDE_INT - 1 in set_min_and_max_values_for_integral_type()
2050 (precision - HOST_BITS_PER_WIDE_INT > 0 in set_min_and_max_values_for_integral_type()
2053 (precision - HOST_BITS_PER_WIDE_INT - 1 > 0 in set_min_and_max_values_for_integral_type()
[all …]
Dexpmed.c885 if (bitsize < HOST_BITS_PER_WIDE_INT) in store_fixed_bit_field()
890 else if ((bitsize < HOST_BITS_PER_WIDE_INT in store_fixed_bit_field()
892 || (bitsize == HOST_BITS_PER_WIDE_INT && v == -1)) in store_fixed_bit_field()
1833 else if (bitpos < HOST_BITS_PER_WIDE_INT) in mask_rtx()
1838 if (bitpos + bitsize < HOST_BITS_PER_WIDE_INT) in mask_rtx()
1840 >> (HOST_BITS_PER_WIDE_INT - bitpos - bitsize)); in mask_rtx()
1842 if (bitpos <= HOST_BITS_PER_WIDE_INT) in mask_rtx()
1845 maskhigh = (HOST_WIDE_INT) -1 << (bitpos - HOST_BITS_PER_WIDE_INT); in mask_rtx()
1849 else if (bitpos + bitsize > HOST_BITS_PER_WIDE_INT) in mask_rtx()
1851 >> (2 * HOST_BITS_PER_WIDE_INT - bitpos - bitsize)); in mask_rtx()
[all …]
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()
Dtree.c737 if (bits >= HOST_BITS_PER_WIDE_INT) in build_int_cst_type()
761 if (bits <= HOST_BITS_PER_WIDE_INT) in build_int_cst_type()
765 bits -= HOST_BITS_PER_WIDE_INT; in build_int_cst_type()
931 else if (bits <= HOST_BITS_PER_WIDE_INT) in build_low_bits_mask()
933 low = all_ones >> (HOST_BITS_PER_WIDE_INT - bits); in build_low_bits_mask()
938 bits -= HOST_BITS_PER_WIDE_INT; in build_low_bits_mask()
940 high = all_ones >> (HOST_BITS_PER_WIDE_INT - bits); in build_low_bits_mask()
955 if (TYPE_PRECISION (TREE_TYPE (x)) > HOST_BITS_PER_WIDE_INT) in cst_and_fits_in_hwi()
1326 if (prec >= HOST_BITS_PER_WIDE_INT) in integer_all_onesp()
1331 shift_amount = prec - HOST_BITS_PER_WIDE_INT; in integer_all_onesp()
[all …]
Drtlanal.c3416 if (mode_width > HOST_BITS_PER_WIDE_INT) in nonzero_bits1()
3431 && GET_MODE_BITSIZE (GET_MODE (x)) <= HOST_BITS_PER_WIDE_INT in nonzero_bits1()
3525 && mode_width <= HOST_BITS_PER_WIDE_INT) in nonzero_bits1()
3695 && INTVAL (XEXP (x, 1)) < HOST_BITS_PER_WIDE_INT) in nonzero_bits1()
3714 <= HOST_BITS_PER_WIDE_INT)) in nonzero_bits1()
3754 && INTVAL (XEXP (x, 1)) < HOST_BITS_PER_WIDE_INT) in nonzero_bits1()
3992 if (bitwidth <= HOST_BITS_PER_WIDE_INT in num_sign_bit_copies1()
4087 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()
[all …]
Dreal.c1284 i = (unsigned HOST_WIDE_INT) 1 << (HOST_BITS_PER_WIDE_INT - 1); in real_to_integer()
1299 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()
1306 gcc_assert (HOST_BITS_PER_WIDE_INT == 2 * HOST_BITS_PER_LONG); in real_to_integer()
1312 i >>= HOST_BITS_PER_WIDE_INT - REAL_EXP (r); in real_to_integer()
1343 high = (unsigned HOST_WIDE_INT) 1 << (HOST_BITS_PER_WIDE_INT - 1); in real_to_integer2()
1367 if (exp > 2*HOST_BITS_PER_WIDE_INT) in real_to_integer2()
1370 rshift_significand (&t, r, 2*HOST_BITS_PER_WIDE_INT - exp); 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()
[all …]
Dfold-const.c163 ((x) & (((unsigned HOST_WIDE_INT) 1 << (HOST_BITS_PER_WIDE_INT / 2)) - 1))
165 ((unsigned HOST_WIDE_INT) (x) >> HOST_BITS_PER_WIDE_INT / 2)
166 #define BASE ((unsigned HOST_WIDE_INT) 1 << HOST_BITS_PER_WIDE_INT / 2)
234 if (prec >= 2 * HOST_BITS_PER_WIDE_INT) in force_fit_type()
236 else if (prec > HOST_BITS_PER_WIDE_INT) in force_fit_type()
237 high &= ~((HOST_WIDE_INT) (-1) << (prec - HOST_BITS_PER_WIDE_INT)); in force_fit_type()
241 if (prec < HOST_BITS_PER_WIDE_INT) in force_fit_type()
247 else if (prec >= 2 * HOST_BITS_PER_WIDE_INT) in force_fit_type()
249 else if (prec > HOST_BITS_PER_WIDE_INT) in force_fit_type()
253 << (prec - HOST_BITS_PER_WIDE_INT - 1))) in force_fit_type()
[all …]
Dreal.h74 (REAL_VALUE_TYPE_SIZE/HOST_BITS_PER_WIDE_INT \
75 + (REAL_VALUE_TYPE_SIZE%HOST_BITS_PER_WIDE_INT ? 1 : 0)) /* round up */
Ddbxout.c700 if (width == HOST_BITS_PER_WIDE_INT * 2) in stabstr_O()
702 else if (width > HOST_BITS_PER_WIDE_INT) in stabstr_O()
703 high &= (((HOST_WIDE_INT) 1 << (width - HOST_BITS_PER_WIDE_INT)) - 1); in stabstr_O()
704 else if (width == HOST_BITS_PER_WIDE_INT) in stabstr_O()
726 const int n_digits = HOST_BITS_PER_WIDE_INT / 3; in stabstr_O()
740 if (HOST_BITS_PER_WIDE_INT % 3 != 0) in stabstr_O()
742 const int n_leftover_bits = HOST_BITS_PER_WIDE_INT % 3; in stabstr_O()
2259 || TYPE_PRECISION (type) > HOST_BITS_PER_WIDE_INT in print_int_cst_bounds_in_octal_p()
2260 || (TYPE_PRECISION (type) == HOST_BITS_PER_WIDE_INT in print_int_cst_bounds_in_octal_p()
Dtoplev.c472 static char random_seed[HOST_BITS_PER_WIDE_INT / 4 + 3]; in randomize()
546 t = HOST_BITS_PER_WIDE_INT - 1 - (int) CLZ_HWI (x); in floor_log2()
548 if (HOST_BITS_PER_WIDE_INT > 64) in floor_log2()
551 if (HOST_BITS_PER_WIDE_INT > 32) in floor_log2()
Dvarasm.c4214 gcc_assert (HOST_BITS_PER_WIDE_INT >= BITS_PER_UNIT); in output_constructor()
4435 if (shift < HOST_BITS_PER_WIDE_INT in output_constructor()
4436 && shift + this_time > HOST_BITS_PER_WIDE_INT) in output_constructor()
4438 this_time = shift + this_time - HOST_BITS_PER_WIDE_INT; in output_constructor()
4439 shift = HOST_BITS_PER_WIDE_INT; in output_constructor()
4443 if (shift < HOST_BITS_PER_WIDE_INT) in output_constructor()
4447 gcc_assert (shift < 2 * HOST_BITS_PER_WIDE_INT); in output_constructor()
4449 shift -= HOST_BITS_PER_WIDE_INT; in output_constructor()
4470 if (shift < HOST_BITS_PER_WIDE_INT in output_constructor()
4471 && shift + this_time > HOST_BITS_PER_WIDE_INT) in output_constructor()
[all …]
Dbuiltins.c476 gcc_assert (j <= 2 * HOST_BITS_PER_WIDE_INT); in c_readstr()
480 c[j / HOST_BITS_PER_WIDE_INT] |= ch << (j % HOST_BITS_PER_WIDE_INT); in c_readstr()
495 || CHAR_TYPE_SIZE > HOST_BITS_PER_WIDE_INT) in target_char_cast()
499 if (CHAR_TYPE_SIZE < HOST_BITS_PER_WIDE_INT) in target_char_cast()
503 if (HOST_BITS_PER_CHAR < HOST_BITS_PER_WIDE_INT) in target_char_cast()
2325 #define POWI_MAX_MULTS (2*HOST_BITS_PER_WIDE_INT-2)
5367 if (bitpos < HOST_BITS_PER_WIDE_INT) in expand_builtin_signbit()
5374 hi = (HOST_WIDE_INT) 1 << (bitpos - HOST_BITS_PER_WIDE_INT); in expand_builtin_signbit()
7503 if (width > HOST_BITS_PER_WIDE_INT) in fold_builtin_bitop()
7506 if (width < 2 * HOST_BITS_PER_WIDE_INT) in fold_builtin_bitop()
[all …]
Dc-common.c1771 #if HOST_BITS_PER_WIDE_INT >= 64 in c_common_type_for_mode()
1857 #if HOST_BITS_PER_WIDE_INT >= 64 in c_common_unsigned_type()
1891 #if HOST_BITS_PER_WIDE_INT >= 64 in c_common_signed_type()
1944 #if HOST_BITS_PER_WIDE_INT >= 64 in c_common_signed_or_unsigned_type()
3326 #if HOST_BITS_PER_WIDE_INT >= 64 in c_common_nodes_and_builtins()
3340 #if HOST_BITS_PER_WIDE_INT >= 64 in c_common_nodes_and_builtins()
3349 = make_signed_type (HOST_BITS_PER_WIDE_INT * 2); in c_common_nodes_and_builtins()
3354 = make_unsigned_type (HOST_BITS_PER_WIDE_INT * 2); in c_common_nodes_and_builtins()
3887 char buf[2 + 2*HOST_BITS_PER_WIDE_INT/4 + 1]; in match_case_to_enum_1()
6394 return ((HOST_WIDE_INT)uc) << (HOST_BITS_PER_WIDE_INT - CHAR_TYPE_SIZE) in c_common_to_target_charset()
[all …]
Dread-rtl.c1088 #if HOST_BITS_PER_WIDE_INT > HOST_BITS_PER_LONG && !defined(HAVE_ATOLL) && !defined(HAVE_ATOQ)
1668 #if HOST_BITS_PER_WIDE_INT == HOST_BITS_PER_INT in read_rtx_1()
1671 #if HOST_BITS_PER_WIDE_INT == HOST_BITS_PER_LONG in read_rtx_1()
Ddojump.c250 && compare_tree_int (shift, HOST_BITS_PER_WIDE_INT) < 0 in do_jump()
273 && TYPE_PRECISION (TREE_TYPE (exp)) <= HOST_BITS_PER_WIDE_INT in do_jump()
Dexpr.c769 && GET_MODE_BITSIZE (mode) == 2 * HOST_BITS_PER_WIDE_INT in convert_modes()
775 && HOST_BITS_PER_WIDE_INT > GET_MODE_BITSIZE (oldmode)) in convert_modes()
792 && GET_MODE_BITSIZE (mode) <= HOST_BITS_PER_WIDE_INT) in convert_modes()
3252 if (!CONSTANT_P (y) || GET_MODE_BITSIZE (mode) <= HOST_BITS_PER_WIDE_INT) in emit_move_insn_1()
4709 const HOST_WIDE_INT max = ~((HOST_WIDE_INT)1 << (HOST_BITS_PER_WIDE_INT-1)); in count_type_elements()
5471 else if (bitsize >= 0 && bitsize < HOST_BITS_PER_WIDE_INT) in store_field()
7400 <= HOST_BITS_PER_WIDE_INT)))) in expand_expr_real_1()
7951 && GET_MODE_BITSIZE (mode) <= HOST_BITS_PER_WIDE_INT in expand_expr_real_1()
7973 && GET_MODE_BITSIZE (mode) <= HOST_BITS_PER_WIDE_INT in expand_expr_real_1()
8151 > HOST_BITS_PER_WIDE_INT) in expand_expr_real_1()
[all …]
/freebsd-10-stable/contrib/gcc/config/rs6000/
Dpredicates.md151 (match_test "(HOST_BITS_PER_WIDE_INT == 32
161 (match_test "(HOST_BITS_PER_WIDE_INT == 32
173 (match_test "(GET_MODE_BITSIZE (mode) > HOST_BITS_PER_WIDE_INT
178 (match_test "GET_MODE_BITSIZE (mode) > HOST_BITS_PER_WIDE_INT
423 if (HOST_BITS_PER_WIDE_INT <= 32
424 && GET_MODE_BITSIZE (mode) > HOST_BITS_PER_WIDE_INT && opl < 0)
429 gcc_assert (GET_MODE_BITSIZE (mode) > HOST_BITS_PER_WIDE_INT);
/freebsd-10-stable/contrib/gcc/config/i386/
Dpredicates.md98 /* CONST_DOUBLES never match, since HOST_BITS_PER_WIDE_INT is known
101 if (HOST_BITS_PER_WIDE_INT == 32)
222 if (HOST_BITS_PER_WIDE_INT == 32)
228 if (HOST_BITS_PER_WIDE_INT == 32)
/freebsd-10-stable/contrib/gcc/config/sparc/
Dpredicates.md51 #if HOST_BITS_PER_WIDE_INT == 32
298 #if HOST_BITS_PER_WIDE_INT == 32

123