Lines Matching refs:HOST_BITS_PER_WIDE_INT

993       if (bitsize < HOST_BITS_PER_WIDE_INT)  in store_fixed_bit_field()
998 else if ((bitsize < HOST_BITS_PER_WIDE_INT in store_fixed_bit_field()
1000 || (bitsize == HOST_BITS_PER_WIDE_INT && v == -1)) in store_fixed_bit_field()
3126 && GET_MODE_BITSIZE (mode) > HOST_BITS_PER_WIDE_INT) in expand_mult()
3158 + HOST_BITS_PER_WIDE_INT; in expand_mult()
3318 gcc_assert (pow != 2 * HOST_BITS_PER_WIDE_INT); in choose_multiplier()
3321 if (pow >= HOST_BITS_PER_WIDE_INT) in choose_multiplier()
3323 nh = (HOST_WIDE_INT) 1 << (pow - HOST_BITS_PER_WIDE_INT); in choose_multiplier()
3335 if (pow2 >= HOST_BITS_PER_WIDE_INT) in choose_multiplier()
3336 nh |= (HOST_WIDE_INT) 1 << (pow2 - HOST_BITS_PER_WIDE_INT); in choose_multiplier()
3354 unsigned HOST_WIDE_INT ml_lo = (mlow_hi << (HOST_BITS_PER_WIDE_INT - 1)) | (mlow_lo >> 1); in choose_multiplier()
3355 unsigned HOST_WIDE_INT mh_lo = (mhigh_hi << (HOST_BITS_PER_WIDE_INT - 1)) | (mhigh_lo >> 1); 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()
3703 if (GET_MODE_BITSIZE (mode) <= HOST_BITS_PER_WIDE_INT) in expand_smod_pow2()
3710 << (GET_MODE_BITSIZE (mode) - HOST_BITS_PER_WIDE_INT - 1); in expand_smod_pow2()
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()
4356 if (op1_is_constant && HOST_BITS_PER_WIDE_INT >= size) in expand_divmod()
4747 if (op1_is_constant && HOST_BITS_PER_WIDE_INT >= size) in expand_divmod()
4968 < HOST_BITS_PER_WIDE_INT))) in make_tree()