Home
last modified time | relevance | path

Searched refs:HOST_BITS_PER_WIDE_INT (Results 26 – 50 of 116) sorted by relevance

12345

/dragonfly/contrib/gcc-4.7/gcc/
H A Dreal.h73 (REAL_VALUE_TYPE_SIZE/HOST_BITS_PER_WIDE_INT \
74 + (REAL_VALUE_TYPE_SIZE%HOST_BITS_PER_WIDE_INT ? 1 : 0)) /* round up */
H A Dexpmed.h121 #if HOST_BITS_PER_WIDE_INT == 64
H A Ddwarf2out.c182 #if HOST_BITS_PER_WIDE_INT >= 64
2233 + HOST_BITS_PER_WIDE_INT / 2 + 2]; in output_loc_operands()
7731 if (HOST_BITS_PER_WIDE_INT >= 64) in size_of_die()
8045 switch (HOST_BITS_PER_WIDE_INT) in value_format()
8367 if (HOST_BITS_PER_WIDE_INT >= 64) in output_die()
8369 2 * HOST_BITS_PER_WIDE_INT in output_die()
10389 >= HOST_BITS_PER_WIDE_INT) in int_loc_descriptor()
11496 : HOST_BITS_PER_WIDE_INT == 64 in rotate_loc_descriptor()
11743 < HOST_BITS_PER_WIDE_INT in mem_loc_descriptor()
15615 else if (prec < HOST_BITS_PER_WIDE_INT) in add_bound_info()
[all …]
H A Ddbxout.c706 if (width == HOST_BITS_PER_WIDE_INT * 2) in stabstr_O()
708 else if (width > HOST_BITS_PER_WIDE_INT) in stabstr_O()
709 high &= (((HOST_WIDE_INT) 1 << (width - HOST_BITS_PER_WIDE_INT)) - 1); in stabstr_O()
710 else if (width == HOST_BITS_PER_WIDE_INT) in stabstr_O()
732 const int n_digits = HOST_BITS_PER_WIDE_INT / 3; in stabstr_O()
746 if (HOST_BITS_PER_WIDE_INT % 3 != 0) in stabstr_O()
748 const int n_leftover_bits = HOST_BITS_PER_WIDE_INT % 3; in stabstr_O()
2399 || TYPE_PRECISION (type) > HOST_BITS_PER_WIDE_INT in print_int_cst_bounds_in_octal_p()
2400 || (TYPE_PRECISION (type) == HOST_BITS_PER_WIDE_INT in print_int_cst_bounds_in_octal_p()
H A Dread-rtl.c613 #if HOST_BITS_PER_WIDE_INT > HOST_BITS_PER_LONG && !defined(HAVE_ATOLL) && !defined(HAVE_ATOQ)
1042 #if HOST_BITS_PER_WIDE_INT == HOST_BITS_PER_INT in read_rtx_code()
1045 #if HOST_BITS_PER_WIDE_INT == HOST_BITS_PER_LONG in read_rtx_code()
H A Dmachmode.h289 && GET_MODE_PRECISION (MODE) <= HOST_BITS_PER_WIDE_INT)
H A Ddouble-int.h60 #define HOST_BITS_PER_DOUBLE_INT (2 * HOST_BITS_PER_WIDE_INT)
H A Dvarasm.c4997 if (shift < HOST_BITS_PER_WIDE_INT in output_constructor_bitfield()
4998 && shift + this_time > HOST_BITS_PER_WIDE_INT) in output_constructor_bitfield()
5001 shift = HOST_BITS_PER_WIDE_INT; in output_constructor_bitfield()
5005 if (shift < HOST_BITS_PER_WIDE_INT) in output_constructor_bitfield()
5009 gcc_assert (shift < 2 * HOST_BITS_PER_WIDE_INT); in output_constructor_bitfield()
5011 shift -= HOST_BITS_PER_WIDE_INT; in output_constructor_bitfield()
5032 if (shift < HOST_BITS_PER_WIDE_INT in output_constructor_bitfield()
5033 && shift + this_time > HOST_BITS_PER_WIDE_INT) in output_constructor_bitfield()
5034 this_time = (HOST_BITS_PER_WIDE_INT - shift); in output_constructor_bitfield()
5037 if (shift < HOST_BITS_PER_WIDE_INT) in output_constructor_bitfield()
[all …]
H A Dloop-iv.c1579 << (HOST_BITS_PER_WIDE_INT - 1)) - 1) in implies_p()
1593 != ((unsigned HOST_WIDE_INT) 1 << (HOST_BITS_PER_WIDE_INT - 1))) in implies_p()
1602 != ((unsigned HOST_WIDE_INT) 1 << (HOST_BITS_PER_WIDE_INT - 1))) in implies_p()
1654 && GET_MODE_BITSIZE (mode) <= HOST_BITS_PER_WIDE_INT) in canon_condition()
2309 if (GET_MODE_BITSIZE (iv0.extend_mode) > HOST_BITS_PER_WIDE_INT in iv_number_of_iterations()
2310 || GET_MODE_BITSIZE (iv1.extend_mode) > HOST_BITS_PER_WIDE_INT) in iv_number_of_iterations()
H A Ddata-streamer.h31 static unsigned const BITS_PER_BITPACK_WORD = HOST_BITS_PER_WIDE_INT;
H A Dfold-const.c388 if (prec > HOST_BITS_PER_WIDE_INT) in may_negate_without_overflow_p()
392 prec -= HOST_BITS_PER_WIDE_INT; in may_negate_without_overflow_p()
397 if (prec < HOST_BITS_PER_WIDE_INT) in may_negate_without_overflow_p()
3654 if (width > HOST_BITS_PER_WIDE_INT) in sign_bit_p()
3670 >> (HOST_BITS_PER_WIDE_INT - width)); in sign_bit_p()
4232 if (prec <= HOST_BITS_PER_WIDE_INT) in build_range_check()
7979 <= HOST_BITS_PER_WIDE_INT in fold_unary_loc()
11693 if (prec < HOST_BITS_PER_WIDE_INT in fold_binary_loc()
11989 + HOST_BITS_PER_WIDE_INT; in fold_binary_loc()
12017 + HOST_BITS_PER_WIDE_INT; in fold_binary_loc()
[all …]
H A Ddse.c283 return mask >> (HOST_BITS_PER_WIDE_INT - n); in lowpart_bitmask()
1515 gcc_assert ((unsigned) width <= HOST_BITS_PER_WIDE_INT); in record_store()
1752 if (width > HOST_BITS_PER_WIDE_INT) in record_store()
1968 else if (GET_MODE_BITSIZE (store_mode) > HOST_BITS_PER_WIDE_INT in get_stored_val()
1969 || BITS_PER_UNIT >= HOST_BITS_PER_WIDE_INT) in get_stored_val()
1977 while (shift < HOST_BITS_PER_WIDE_INT) in get_stored_val()
H A Dbuiltins.c684 c[j / HOST_BITS_PER_WIDE_INT] |= ch << (j % HOST_BITS_PER_WIDE_INT); in c_readstr()
703 if (CHAR_TYPE_SIZE < HOST_BITS_PER_WIDE_INT) in target_char_cast()
8089 if (width > HOST_BITS_PER_WIDE_INT) in fold_builtin_bitop()
8092 if (width < 2 * HOST_BITS_PER_WIDE_INT) in fold_builtin_bitop()
8094 << (width - HOST_BITS_PER_WIDE_INT)); in fold_builtin_bitop()
8099 if (width < HOST_BITS_PER_WIDE_INT) in fold_builtin_bitop()
8133 if (width > HOST_BITS_PER_WIDE_INT in fold_builtin_bitop()
8141 else if (width <= HOST_BITS_PER_WIDE_INT in fold_builtin_bitop()
8211 if (s < HOST_BITS_PER_WIDE_INT) in fold_builtin_bswap()
8216 if (d < HOST_BITS_PER_WIDE_INT) in fold_builtin_bswap()
[all …]
H A Demit-rtl.c541 if (GET_MODE_BITSIZE (mode) <= HOST_BITS_PER_WIDE_INT) in immed_double_const()
544 gcc_assert (GET_MODE_BITSIZE (mode) == 2 * HOST_BITS_PER_WIDE_INT); in immed_double_const()
1184 && msize * BITS_PER_UNIT <= HOST_BITS_PER_WIDE_INT) in gen_lowpart_common()
1185 innermode = mode_for_size (HOST_BITS_PER_WIDE_INT, MODE_INT, 0); in gen_lowpart_common()
1187 innermode = mode_for_size (HOST_BITS_PER_WIDE_INT * 2, MODE_INT, 0); in gen_lowpart_common()
2080 if (HOST_BITS_PER_WIDE_INT > pbits) in adjust_address_1()
2082 int shift = HOST_BITS_PER_WIDE_INT - pbits; in adjust_address_1()
5795 2 * HOST_BITS_PER_WIDE_INT, in init_emit_once()
5818 2 * HOST_BITS_PER_WIDE_INT, in init_emit_once()
/dragonfly/contrib/gcc-8.0/gcc/
H A Drtlanal.c4463 if (mode_width > HOST_BITS_PER_WIDE_INT) in nonzero_bits1()
4566 && mode_width <= HOST_BITS_PER_WIDE_INT) in nonzero_bits1()
4741 && inner_width <= HOST_BITS_PER_WIDE_INT) in nonzero_bits1()
4991 if (bitwidth <= HOST_BITS_PER_WIDE_INT in num_sign_bit_copies1()
5185 && bitwidth <= HOST_BITS_PER_WIDE_INT in num_sign_bit_copies1()
5194 && bitwidth <= HOST_BITS_PER_WIDE_INT in num_sign_bit_copies1()
5209 && bitwidth <= HOST_BITS_PER_WIDE_INT) in num_sign_bit_copies1()
5238 && (bitwidth > HOST_BITS_PER_WIDE_INT in num_sign_bit_copies1()
5281 && (bitwidth > HOST_BITS_PER_WIDE_INT in num_sign_bit_copies1()
5292 && (bitwidth > HOST_BITS_PER_WIDE_INT in num_sign_bit_copies1()
[all …]
H A Dcombine.c7465 if (len >= HOST_BITS_PER_WIDE_INT) in expand_field_assignment()
7663 len >= HOST_BITS_PER_WIDE_INT in make_extraction()
8234 && mode_width <= HOST_BITS_PER_WIDE_INT in make_compound_operation_int()
8807 if (width < HOST_BITS_PER_WIDE_INT in force_int_to_mode()
9043 < HOST_BITS_PER_WIDE_INT) in force_int_to_mode()
9045 + HOST_BITS_PER_WIDE_INT in force_int_to_mode()
9718 if (width >= HOST_BITS_PER_WIDE_INT) in make_field_assignment()
9820 len >= HOST_BITS_PER_WIDE_INT in make_field_assignment()
11098 && count < HOST_BITS_PER_WIDE_INT in simplify_shift_const_1()
11107 && count < HOST_BITS_PER_WIDE_INT in simplify_shift_const_1()
[all …]
H A Dfixed-value.c302 if (i_f_bits < HOST_BITS_PER_WIDE_INT) in get_fixed_sign_bit()
305 return (a.high >> (i_f_bits - HOST_BITS_PER_WIDE_INT)) & 1; in get_fixed_sign_bit()
406 if (GET_MODE_PRECISION (f->mode) <= HOST_BITS_PER_WIDE_INT) in do_fixed_multiply()
521 if (GET_MODE_PRECISION (f->mode) <= HOST_BITS_PER_WIDE_INT) in do_fixed_divide()
640 if (GET_MODE_PRECISION (f->mode) <= HOST_BITS_PER_WIDE_INT || (!left_p)) in do_fixed_shift()
H A Dread-rtl.c749 #if HOST_BITS_PER_WIDE_INT > HOST_BITS_PER_LONG && !HAVE_DECL_ATOLL && !defined(HAVE_ATOQ)
1364 int gs = HOST_BITS_PER_WIDE_INT/4; in read_rtx_code()
1387 #if HOST_BITS_PER_WIDE_INT == 64 in read_rtx_code()
1593 #if HOST_BITS_PER_WIDE_INT == HOST_BITS_PER_INT in read_rtx_operand()
1596 #if HOST_BITS_PER_WIDE_INT == HOST_BITS_PER_LONG in read_rtx_operand()
H A Ddwarf2out.c206 #if HOST_BITS_PER_WIDE_INT >= 64
401 return ((prec + HOST_BITS_PER_WIDE_INT - 1) in get_full_len()
402 / HOST_BITS_PER_WIDE_INT); in get_full_len()
2069 gcc_assert (HOST_BITS_PER_WIDE_INT >= 64); in output_loc_operands()
2303 + HOST_BITS_PER_WIDE_INT / 2 + 2]; in output_loc_operands()
2314 + HOST_BITS_PER_WIDE_INT / 2 + 2]; in output_loc_operands()
7137 * HOST_BITS_PER_WIDE_INT / BITS_PER_UNIT); in attr_checksum_ordered()
9804 switch (HOST_BITS_PER_WIDE_INT) in value_format()
13989 >= HOST_BITS_PER_WIDE_INT) in int_loc_descriptor()
15329 : HOST_BITS_PER_WIDE_INT == 64 in rotate_loc_descriptor()
[all …]
H A Ddata-streamer-in.c170 if ((shift < HOST_BITS_PER_WIDE_INT) && (byte & 0x40)) in streamer_read_hwi()
H A Dexpmed.c1243 if (bitsize < HOST_BITS_PER_WIDE_INT) in store_fixed_bit_field_1()
1250 || (bitsize == HOST_BITS_PER_WIDE_INT in store_fixed_bit_field_1()
3667 HOST_BITS_PER_WIDE_INT); in choose_multiplier()
3669 HOST_BITS_PER_WIDE_INT); in choose_multiplier()
3679 if (n < HOST_BITS_PER_WIDE_INT) in choose_multiplier()
3708 mask = (n == HOST_BITS_PER_WIDE_INT in invert_mod2n()
4383 else if (size <= HOST_BITS_PER_WIDE_INT) in expand_divmod()
4509 else if (size <= HOST_BITS_PER_WIDE_INT in expand_divmod()
4561 << (HOST_BITS_PER_WIDE_INT - 1))) in expand_divmod()
4573 else if (size <= HOST_BITS_PER_WIDE_INT) in expand_divmod()
[all …]
H A Ddata-streamer.h30 static unsigned const BITS_PER_BITPACK_WORD = HOST_BITS_PER_WIDE_INT;
H A Dvarasm.c5319 if ((shift / HOST_BITS_PER_WIDE_INT) in output_constructor_bitfield()
5320 != ((shift + this_time - 1) / HOST_BITS_PER_WIDE_INT)) in output_constructor_bitfield()
5323 shift = end & -HOST_BITS_PER_WIDE_INT; in output_constructor_bitfield()
5328 value = TREE_INT_CST_ELT (local->val, shift / HOST_BITS_PER_WIDE_INT); in output_constructor_bitfield()
5329 shift = shift & (HOST_BITS_PER_WIDE_INT - 1); in output_constructor_bitfield()
5347 if ((shift / HOST_BITS_PER_WIDE_INT) in output_constructor_bitfield()
5348 != ((shift + this_time - 1) / HOST_BITS_PER_WIDE_INT)) in output_constructor_bitfield()
5350 = HOST_BITS_PER_WIDE_INT - (shift & (HOST_BITS_PER_WIDE_INT - 1)); in output_constructor_bitfield()
5353 value = TREE_INT_CST_ELT (local->val, shift / HOST_BITS_PER_WIDE_INT); in output_constructor_bitfield()
5354 shift = shift & (HOST_BITS_PER_WIDE_INT - 1); in output_constructor_bitfield()
[all …]
H A Ddouble-int.h200 #define HOST_BITS_PER_DOUBLE_INT (2 * HOST_BITS_PER_WIDE_INT)
H A Dmachmode.h943 && mode_to_precision (mme).coeffs[0] <= HOST_BITS_PER_WIDE_INT);
949 return GET_MODE_PRECISION (mode) <= HOST_BITS_PER_WIDE_INT;

12345