Searched refs:mode_width (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | rtlanal.c | 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() [all …]
|
H A D | combine.c | 8102 int mode_width = GET_MODE_PRECISION (mode); in make_compound_operation_int() local 8280 && mode_width <= HOST_BITS_PER_WIDE_INT) in make_compound_operation_int() 8328 && sub_width < mode_width) in make_compound_operation_int() 8351 && mode_width <= HOST_BITS_PER_WIDE_INT in make_compound_operation_int() 8352 && (nonzero_bits (XEXP (x, 0), mode) & (1 << (mode_width - 1))) == 0) in make_compound_operation_int() 8374 && INTVAL (rhs) < mode_width) in make_compound_operation_int() 8379 NULL_RTX, mode_width - INTVAL (rhs), in make_compound_operation_int() 8395 && INTVAL (rhs) < mode_width in make_compound_operation_int() 8399 0, NULL_RTX, mode_width - INTVAL (rhs), in make_compound_operation_int() 8424 if (width > mode_width) in make_compound_operation_int() [all …]
|
H A D | FSFChangeLog.11 | 8307 * combine.c (simplify_comparison): Use mode_width as shift count
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | combine.cc | 7975 int mode_width = GET_MODE_PRECISION (mode); in make_compound_operation_int() local 8153 && mode_width <= HOST_BITS_PER_WIDE_INT) in make_compound_operation_int() 8201 && sub_width < mode_width) in make_compound_operation_int() 8224 && mode_width <= HOST_BITS_PER_WIDE_INT in make_compound_operation_int() 8225 && (nonzero_bits (XEXP (x, 0), mode) & (1 << (mode_width - 1))) == 0) in make_compound_operation_int() 8247 && INTVAL (rhs) < mode_width) in make_compound_operation_int() 8252 NULL_RTX, mode_width - INTVAL (rhs), in make_compound_operation_int() 8268 && INTVAL (rhs) < mode_width in make_compound_operation_int() 8272 0, NULL_RTX, mode_width - INTVAL (rhs), in make_compound_operation_int() 8297 if (width > mode_width) in make_compound_operation_int() [all …]
|
H A D | FSFChangeLog.11 | 8307 * combine.c (simplify_comparison): Use mode_width as shift count
|
H A D | ChangeLog-2014 | 44081 Handle mode_width 0 as very large mode_width.
|