i386: Fix up X87_ENABLE_{FLOAT,ARITH} in conditions [PR94440]
[gcc.git] / gcc / testsuite / gcc.target / csky / and1.c
1 /* { dg-do compile } */
2 /* { dg-csky-options "-O1" } */
3
4 /* Test special code generation patterns for bit operators. */
5
6 int and1 (int x)
7 {
8 return x & 0xfff7ffff;
9 }
10
11 /* { dg-final { scan-assembler "bclri" } } */
12