| /freebsd-10-stable/contrib/gcc/ |
| D | hwint.h | 54 # 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
|
| D | sreal.h | 25 #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)
|
| D | simplify-rtx.c | 91 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 …]
|
| D | toplev.h | 164 # 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()
|
| D | combine.c | 737 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 …]
|
| D | double-int.c | 35 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()
|
| D | stor-layout.c | 1941 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 …]
|
| D | expmed.c | 885 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 …]
|
| D | tree-vect-generic.c | 47 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()
|
| D | tree.c | 737 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 …]
|
| D | rtlanal.c | 3416 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 …]
|
| D | real.c | 1284 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 …]
|
| D | fold-const.c | 163 ((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 …]
|
| D | real.h | 74 (REAL_VALUE_TYPE_SIZE/HOST_BITS_PER_WIDE_INT \ 75 + (REAL_VALUE_TYPE_SIZE%HOST_BITS_PER_WIDE_INT ? 1 : 0)) /* round up */
|
| D | dbxout.c | 700 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()
|
| D | toplev.c | 472 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()
|
| D | varasm.c | 4214 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 …]
|
| D | builtins.c | 476 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 …]
|
| D | c-common.c | 1771 #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 …]
|
| D | read-rtl.c | 1088 #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()
|
| D | dojump.c | 250 && 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()
|
| D | expr.c | 769 && 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/ |
| D | predicates.md | 151 (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/ |
| D | predicates.md | 98 /* 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/ |
| D | predicates.md | 51 #if HOST_BITS_PER_WIDE_INT == 32 298 #if HOST_BITS_PER_WIDE_INT == 32
|