Searched refs:andop (Results 1 – 3 of 3) sorted by relevance
7 andop (unsigned int x) in andop() function
6899 includes_lshift_p (shiftop, andop) in includes_lshift_p() argument6901 rtx andop;6907 return (INTVAL (andop) & 0xffffffff & ~shift_mask) == 0;6913 includes_rshift_p (shiftop, andop) in includes_rshift_p() argument6915 rtx andop;6921 return (INTVAL (andop) & 0xffffffff & ~shift_mask) == 0;6929 includes_rldic_lshift_p (shiftop, andop) in includes_rldic_lshift_p() argument6931 rtx andop;6933 if (GET_CODE (andop) == CONST_INT)6937 c = INTVAL (andop);[all …]
9671 includes_lshift_p (rtx shiftop, rtx andop) in includes_lshift_p() argument9677 return (INTVAL (andop) & 0xffffffff & ~shift_mask) == 0; in includes_lshift_p()9683 includes_rshift_p (rtx shiftop, rtx andop) in includes_rshift_p() argument9689 return (INTVAL (andop) & 0xffffffff & ~shift_mask) == 0; in includes_rshift_p()9697 includes_rldic_lshift_p (rtx shiftop, rtx andop) in includes_rldic_lshift_p() argument9699 if (GET_CODE (andop) == CONST_INT) in includes_rldic_lshift_p()9703 c = INTVAL (andop); in includes_rldic_lshift_p()9727 else if (GET_CODE (andop) == CONST_DOUBLE in includes_rldic_lshift_p()9728 && (GET_MODE (andop) == VOIDmode || GET_MODE (andop) == DImode)) in includes_rldic_lshift_p()9733 low = CONST_DOUBLE_LOW (andop); in includes_rldic_lshift_p()[all …]