2018-03-08 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.target / arm / movdi_movw.c
blobfe7812436e45eaa042f93b7019092de1e448dfb7
1 /* { dg-do compile { target { arm_thumb2_ok || arm_thumb1_movt_ok } } } */
2 /* { dg-options "-O2" } */
4 long long
5 movdi (int a)
7 return 0xF0F0;
10 /* Accept r1 because big endian targets put the low bits in the highest
11 numbered register of a pair. */
12 /* { dg-final { scan-assembler-times "movw\tr\[01\], #61680" 1 } } */