summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorBradley Smith <bradley.smith@arm.com>2014-05-15 11:07:28 +0000
committerBradley Smith <bradley.smith@arm.com>2014-05-15 11:07:28 +0000
commitc294914adc2b5ec264956a8038c073b69f27624e (patch)
tree933c9121a5ff56848c1e6b0d54ff12cf57f111b6 /llvm/test
parent3d1a9ef1627ca3f76a45ef516a4b04b1fab4e17f (diff)
downloadbcm5719-llvm-c294914adc2b5ec264956a8038c073b69f27624e.tar.gz
bcm5719-llvm-c294914adc2b5ec264956a8038c073b69f27624e.zip
[ARM64] Add/Fixup diagnostics for floating point immediates
llvm-svn: 208862
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/MC/AArch64/neon-diagnostics.s10
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/test/MC/AArch64/neon-diagnostics.s b/llvm/test/MC/AArch64/neon-diagnostics.s
index dba9f5e7fd4..03c678f28f7 100644
--- a/llvm/test/MC/AArch64/neon-diagnostics.s
+++ b/llvm/test/MC/AArch64/neon-diagnostics.s
@@ -698,7 +698,7 @@
// CHECK-AARCH64-ERROR: fcmeq v0.8b, v1.4h, #1
// CHECK-AARCH64-ERROR: ^
-// CHECK-ARM64-ERROR: error: only valid floating-point immediate is #0.0
+// CHECK-ARM64-ERROR: error: expected floating-point constant #0.0
// CHECK-ARM64-ERROR: fcmeq v0.8b, v1.4h, #1.0
// CHECK-ARM64-ERROR: ^
// CHECK-ARM64-ERROR: error: invalid operand for instruction
@@ -729,7 +729,7 @@
// CHECK-AARCH64-ERROR: fcmle v17.8h, v15.2d, #2
// CHECK-AARCH64-ERROR: ^
-// CHECK-ARM64-ERROR: error: invalid operand for instruction
+// CHECK-ARM64-ERROR: error: expected floating-point constant #0.0
// CHECK-ARM64-ERROR: fcmle v17.8h, v15.2d, #-1.0
// CHECK-ARM64-ERROR: ^
// CHECK-ARM64-ERROR: error: invalid operand for instruction
@@ -759,7 +759,7 @@
// CHECK-AARCH64-ERROR: fcmlt v29.2d, v5.2d, #255
// CHECK-AARCH64-ERROR: ^
-// CHECK-ARM64-ERROR: error: only valid floating-point immediate is #0.0
+// CHECK-ARM64-ERROR: error: expected floating-point constant #0.0
// CHECK-ARM64-ERROR: fcmlt v29.2d, v5.2d, #255.0
// CHECK-ARM64-ERROR: ^
// CHECK-ARM64-ERROR: error: invalid operand for instruction
@@ -789,7 +789,7 @@
// CHECK-AARCH64-ERROR: fcmle v17.2d, v15.2d, #15
// CHECK-AARCH64-ERROR: ^
-// CHECK-ARM64-ERROR: error: only valid floating-point immediate is #0.0
+// CHECK-ARM64-ERROR: error: expected floating-point constant #0.0
// CHECK-ARM64-ERROR: fcmle v17.2d, v15.2d, #15.0
// CHECK-ARM64-ERROR: ^
// CHECK-ARM64-ERROR: error: invalid operand for instruction
@@ -819,7 +819,7 @@
// CHECK-AARCH64-ERROR: fcmlt v29.2d, v5.2d, #2
// CHECK-AARCH64-ERROR: ^
-// CHECK-ARM64-ERROR: error: only valid floating-point immediate is #0.0
+// CHECK-ARM64-ERROR: error: expected floating-point constant #0.0
// CHECK-ARM64-ERROR: fcmlt v29.2d, v5.2d, #16.0
// CHECK-ARM64-ERROR: ^
// CHECK-ARM64-ERROR: error: invalid operand for instruction
OpenPOWER on IntegriCloud