[PR81647][AARCH64] Fix handling of Unordered Comparisons in aarch64-simd.md
[official-gcc.git] / gcc / testsuite / gcc.target / aarch64 / and_const2.c
blobe2b8924f946c57574084b946e26727af7ca3b7ec
1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
4 long long f2 (long x)
6 x &= 0x0ffffffffffffff8LL;
8 x &= 0xff001fffLL;
10 return x;
13 /* { dg-final { scan-assembler-times "and\t" 2 } } */
14 /* { dg-final { scan-assembler-not "movk\t" } } */