PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr82281.c
blobd65e0ae23764a674bb71060dc697de515e7f3319
1 /* { dg-do compile } */
2 /* { dg-options "-O3 -m32" } */
3 long long test_and(long long x) {
4 return x & 0x77ffffffffULL;
6 /* { dg-final { scan-assembler-not "xmm" } } */