dbl_mov_immediate_1.c: Use conditional assembler scans.
authorTamar Christina <tamar.christina@arm.com>
Tue, 1 Aug 2017 11:41:03 +0000 (11:41 +0000)
committerTamar Christina <tnfchris@gcc.gnu.org>
Tue, 1 Aug 2017 11:41:03 +0000 (11:41 +0000)
2017-08-01  Tamar Christina  <tamar.christina@arm.com>

* gcc.target/aarch64/dbl_mov_immediate_1.c:
Use conditional assembler scans.

From-SVN: r250770

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/aarch64/dbl_mov_immediate_1.c

index c9ebc51..b50c9f0 100644 (file)
@@ -1,3 +1,8 @@
+2017-08-01  Tamar Christina  <tamar.christina@arm.com>
+
+       * gcc.target/aarch64/dbl_mov_immediate_1.c:
+       Use conditional assembler scans.
+
 2017-08-01  Uros Bizjak  <ubizjak@gmail.com>
 
        PR target/81641
index e8dd01d..cfe8c9e 100644 (file)
@@ -46,8 +46,11 @@ double d4(void)
 
 /* { dg-final { scan-assembler-times "fmov\td\[0-9\]+, 1\\\.5e\\\+0"        1 } } */
 
-/* { dg-final { scan-assembler-times "mov\tx\[0-9\]+, 25838523252736"       1 } } */
-/* { dg-final { scan-assembler-times "movk\tx\[0-9\]+, 0x40fe, lsl 48"      1 } } */
-/* { dg-final { scan-assembler-times "mov\tx\[0-9\]+, -9223372036854775808" 1 } } */
+/* { dg-final { scan-assembler-times "mov\tx\[0-9\]+, 25838523252736"       1 { target aarch64-*-* } } } */
+/* { dg-final { scan-assembler-times "movk\tx\[0-9\]+, 0x40fe, lsl 48"      1 { target aarch64-*-* } } } */
+/* { dg-final { scan-assembler-times "mov\tx\[0-9\]+, -9223372036854775808" 1 { target aarch64-*-* } } } */
+/* { dg-final { scan-assembler-times "mov\tx\[0-9\]+, 6016"                 1 { target aarch64_be-*-* } } } */
+/* { dg-final { scan-assembler-times "movk\tx\[0-9\]+, 0x40fe, lsl 16"      1 { target aarch64_be-*-* } } } */
+/* { dg-final { scan-assembler-times "mov\tx\[0-9\]+, 2147483648"           1 { target aarch64_be-*-* } } } */
 /* { dg-final { scan-assembler-times "fmov\td\[0-9\]+, x\[0-9\]+"           2 } } */