Searched refs:shift_mask_high (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c9785 HOST_WIDE_INT shift_mask_low, shift_mask_high;
9797 shift_mask_high = ~0;
9799 shift_mask_high <<= INTVAL (shiftop) - 32;
9803 if (-lsb != shift_mask_high || INTVAL (shiftop) < 32)
9874 HOST_WIDE_INT high, shift_mask_high;
9880 shift_mask_high = ~0;
9882 shift_mask_high <<= INTVAL (shiftop) - 32;
9886 if ((lsb & shift_mask_high) == 0)
9764 HOST_WIDE_INT shift_mask_low, shift_mask_high; local
9853 HOST_WIDE_INT high, shift_mask_high; local

Completed in 126 milliseconds