Lines Matching refs:HOST_BITS_PER_WIDE_INT

388   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()
1628 if (GET_MODE_FBIT (mode) < 2 * HOST_BITS_PER_WIDE_INT) in fold_convert_const_int_from_fixed()
3654 if (width > HOST_BITS_PER_WIDE_INT) in sign_bit_p()
3656 hi = (unsigned HOST_WIDE_INT) 1 << (width - HOST_BITS_PER_WIDE_INT - 1); in sign_bit_p()
3660 >> (2 * HOST_BITS_PER_WIDE_INT - width)); 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()
4239 hi = ((HOST_WIDE_INT) 1 << (prec - HOST_BITS_PER_WIDE_INT - 1)) - 1; in build_range_check()
7250 if (bitpos < HOST_BITS_PER_WIDE_INT) in native_encode_int()
7254 >> (bitpos - HOST_BITS_PER_WIDE_INT)); in native_encode_int()
7465 if (total_bytes * BITS_PER_UNIT > 2 * HOST_BITS_PER_WIDE_INT) in native_interpret_int()
7489 if (bitpos < HOST_BITS_PER_WIDE_INT) in native_interpret_int()
7493 << (bitpos - HOST_BITS_PER_WIDE_INT); in native_interpret_int()
7979 <= HOST_BITS_PER_WIDE_INT in fold_unary_loc()
11067 w <= width && w <= HOST_BITS_PER_WIDE_INT; in fold_binary_loc()
11071 = (unsigned HOST_WIDE_INT) -1 >> (HOST_BITS_PER_WIDE_INT - w); in fold_binary_loc()
11576 if (prec < BITS_PER_WORD && prec < HOST_BITS_PER_WIDE_INT in fold_binary_loc()
11627 && TYPE_PRECISION (TREE_TYPE (arg0)) <= HOST_BITS_PER_WIDE_INT in fold_binary_loc()
11661 zerobits >>= HOST_BITS_PER_WIDE_INT - shiftc; in fold_binary_loc()
11690 prec < HOST_BITS_PER_WIDE_INT; prec <<= 1) in fold_binary_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()
13264 && width <= 2 * HOST_BITS_PER_WIDE_INT in fold_binary_loc()
13271 if (width <= HOST_BITS_PER_WIDE_INT) in fold_binary_loc()
13293 width -= HOST_BITS_PER_WIDE_INT; in fold_binary_loc()
13892 if (outer_width > HOST_BITS_PER_WIDE_INT) in fold_ternary_loc()
13895 >> (2 * HOST_BITS_PER_WIDE_INT - outer_width)); in fold_ternary_loc()
13902 >> (HOST_BITS_PER_WIDE_INT - outer_width)); in fold_ternary_loc()
13904 if (inner_width > HOST_BITS_PER_WIDE_INT) in fold_ternary_loc()
13907 >> (HOST_BITS_PER_WIDE_INT - inner_width)); in fold_ternary_loc()
13912 >> (HOST_BITS_PER_WIDE_INT - inner_width)); in fold_ternary_loc()