[ARM] Fix test armv8_2-fp16-move-1.c
[official-gcc.git] / gcc / testsuite / gcc.target / arm / fp16-compile-ieee-3.c
blob90edd01198a5cee4d76c9bec212266583da0c1c1
1 /* { dg-do compile } */
2 /* { dg-options "-mfp16-format=ieee" } */
4 /* Encoding taken from: http://en.wikipedia.org/wiki/Half_precision */
5 /* 0xc000 = 49152 */
6 __fp16 xx = -2.0;
8 /* { dg-final { scan-assembler "\t.size\txx, 2" } } */
9 /* { dg-final { scan-assembler "\t.short\t49152" } } */