1 /* { dg-do compile { target { arm_thumb2_ok || arm_thumb1_movt_ok } } } */
2 /* { dg-options "-O2" } */
3
4 long long
5 movdi (int a)
6 {
7 return 0xF0F0;
8 }
9
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 } } */