2018-03-15 Steven G. Kargl <kargl@gcc.gnu.org>
[official-gcc.git] / gcc / testsuite / gcc.target / aarch64 / fcvt_int_float_double1.c
blobe555b2ce2ed4df5e3074ffdb8dd8a8efdcab49a5
1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
4 double
5 foo (int x)
7 return (double) (float) (x | (int) 0xff000000);
10 /* { dg-final { scan-assembler {\tscvtf\td0, w[0-9]*} } } */