Searched refs:shift_mask_low (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;
9813 shift_mask_low = ~0;
9814 shift_mask_low <<= INTVAL (shiftop);
9818 if (-lsb != shift_mask_low)
9868 HOST_WIDE_INT low, lsb, shift_mask_low;
9895 shift_mask_low = ~0;
9896 shift_mask_low <<= INTVAL (shiftop);
9900 if ((lsb & shift_mask_low) == 0)
9764 HOST_WIDE_INT shift_mask_low, shift_mask_high; local
9847 HOST_WIDE_INT low, lsb, shift_mask_low; local

Completed in 135 milliseconds