s390: Check for ADDR_REGS in s390_decompose_addrstyle_without_index
[official-gcc.git] / gcc / testsuite / gcc.target / arc / mspfp.c
blob19cb97828fbba9e1f2ba64708dc0e8e67a9e0591
1 /* { dg-do compile } */
2 /* { dg-skip-if "FPX is not an ARC HS extension" { archs } } */
3 /* { dg-options "-O2 -mspfp" } */
5 float i;
7 int f (void)
9 i *= 2.0;
12 /* { dg-final { scan-assembler "fadd" } } */