2016-07-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
[official-gcc.git] / gcc / testsuite / gcc.target / arm / movdi_movw.c
blob0f6b839da614c56766e92e3da125551df47890fc
1 /* { dg-do compile { target { arm_thumb2 || arm_thumb1_movt_ok } } } */
2 /* { dg-options "-O2" } */
4 long long
5 movdi (int a)
7 return 0xF0F0;
10 /* { dg-final { scan-assembler-times "movw\tr0, #61680" 1 } } */