(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
aarch64/
fcvt_int_float_double1.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-O2" } */
       3  
       4  double
       5  foo (int x)
       6  {
       7    return (double) (float) (x | (int) 0xff000000);
       8  }
       9  
      10  /* { dg-final { scan-assembler {\tscvtf\td0, w[0-9]*} } } */