Searched refs:andop (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)
9731 return (INTVAL (andop) & 0xffffffff & ~shift_mask) == 0;
9737 includes_rshift_p (rtx shiftop, rtx andop)
9743 return (INTVAL (andop) & 0xffffffff & ~shift_mask) == 0;
9751 includes_rldic_lshift_p (rtx shiftop, rtx andop)
9753 if (GET_CODE (andop) == CONST_INT)
9757 c = INTVAL (andop);
9781 else if (GET_CODE (andop) == CONST_DOUBLE
9782 && (GET_MODE (andop) == VOIDmode || GET_MODE (andop)
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
[all...]

Completed in 138 milliseconds