Home
last modified time | relevance | path

Searched refs:result_width (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Drtlanal.c3631 unsigned int result_width = mode_width; in nonzero_bits1() local
3637 result_width = MAX (width0, width1) + 1; in nonzero_bits1()
3644 result_width = width0 + width1; in nonzero_bits1()
3651 result_width = width0; in nonzero_bits1()
3656 result_width = width0; in nonzero_bits1()
3662 result_width = MIN (width0, width1); in nonzero_bits1()
3668 result_width = MIN (width0, width1); in nonzero_bits1()
3675 if (result_width < mode_width) in nonzero_bits1()
3676 nonzero &= ((HOST_WIDE_INT) 1 << result_width) - 1; in nonzero_bits1()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dcombine.c8506 unsigned int result_width = mode_width; local
8512 result_width = MAX (width0, width1) + 1;
8519 result_width = width0 + width1;
8526 result_width = width0;
8531 result_width = width0;
8537 result_width = MIN (width0, width1);
8543 result_width = MIN (width0, width1);
8550 if (result_width < mode_width)
8551 nonzero &= ((HOST_WIDE_INT) 1 << result_width) - 1;