aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/i386/testnot-3.c
blob: 7c54dbc3421e0ebef7329f620dcecc2eb2343d84 (plain)
1
2
3
4
5
6
7
8
9
/* { dg-do compile { target int128 } } */
/* { dg-options "-O2" } */

int foo(__int128 x, __int128 y)
{
  return (x & y) == y;
}

/* { dg-final { scan-assembler-not "xorq" } } */