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

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c9725 includes_lshift_p (rtx shiftop, rtx andop)
9729 shift_mask <<= INTVAL (shiftop);
9737 includes_rshift_p (rtx shiftop, rtx andop)
9741 shift_mask >>= INTVAL (shiftop);
9751 includes_rldic_lshift_p (rtx shiftop, rtx andop)
9762 shift_mask <<= INTVAL (shiftop);
9798 if (INTVAL (shiftop) > 32)
9799 shift_mask_high <<= INTVAL (shiftop) - 32;
9803 if (-lsb != shift_mask_high || INTVAL (shiftop) < 32)
9814 shift_mask_low <<= INTVAL (shiftop);
9704 includes_lshift_p(rtx shiftop, rtx andop) argument
9716 includes_rshift_p(rtx shiftop, rtx andop) argument
9730 includes_rldic_lshift_p(rtx shiftop, rtx andop) argument
9823 includes_rldicr_lshift_p(rtx shiftop, rtx andop) argument
9894 insvdi_rshift_rlwimi_p(rtx sizeop, rtx startop, rtx shiftop) argument
[all...]

Completed in 150 milliseconds