Lines Matching refs:mode_width
4476 unsigned int mode_width = GET_MODE_PRECISION (mode); in nonzero_bits1() local
4482 && mode_width < BITS_PER_WORD in nonzero_bits1()
4483 && (UINTVAL (x) & (HOST_WIDE_INT_1U << (mode_width - 1))) != 0) in nonzero_bits1()
4484 return UINTVAL (x) | (HOST_WIDE_INT_M1U << mode_width); in nonzero_bits1()
4494 if (xmode_width > mode_width) in nonzero_bits1()
4498 mode_width = xmode_width; in nonzero_bits1()
4501 if (mode_width > HOST_BITS_PER_WIDE_INT) in nonzero_bits1()
4513 if (mode_width > xmode_width in nonzero_bits1()
4604 && mode_width <= HOST_BITS_PER_WIDE_INT) in nonzero_bits1()
4616 if (xmode_width < mode_width) in nonzero_bits1()
4706 unsigned int result_width = mode_width; in nonzero_bits1()
4750 if (result_width < mode_width) in nonzero_bits1()
4828 if (mode_width > xmode_width) in nonzero_bits1()
4875 nonzero = ((unsigned HOST_WIDE_INT) 2 << (floor_log2 (mode_width))) - 1; in nonzero_bits1()
4883 |= (HOST_WIDE_INT_1U << (floor_log2 (mode_width))) - 1; in nonzero_bits1()
4893 |= (HOST_WIDE_INT_1U << (floor_log2 (mode_width))) - 1; in nonzero_bits1()
4900 nonzero = (HOST_WIDE_INT_1U << (floor_log2 (mode_width))) - 1; in nonzero_bits1()