Home
last modified time | relevance | path

Searched refs:andop (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
D20020415-1.c7 andop (unsigned int x) in andop() function
/openbsd/src/gnu/usr.bin/gcc/gcc/config/rs6000/
Drs6000.c6899 includes_lshift_p (shiftop, andop) in includes_lshift_p() argument
6901 rtx andop;
6907 return (INTVAL (andop) & 0xffffffff & ~shift_mask) == 0;
6913 includes_rshift_p (shiftop, andop) in includes_rshift_p() argument
6915 rtx andop;
6921 return (INTVAL (andop) & 0xffffffff & ~shift_mask) == 0;
6929 includes_rldic_lshift_p (shiftop, andop) in includes_rldic_lshift_p() argument
6931 rtx andop;
6933 if (GET_CODE (andop) == CONST_INT)
6937 c = INTVAL (andop);
[all …]
/openbsd/src/gnu/gcc/gcc/config/rs6000/
Drs6000.c9671 includes_lshift_p (rtx shiftop, rtx andop) in includes_lshift_p() argument
9677 return (INTVAL (andop) & 0xffffffff & ~shift_mask) == 0; in includes_lshift_p()
9683 includes_rshift_p (rtx shiftop, rtx andop) in includes_rshift_p() argument
9689 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() argument
9699 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 …]