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