aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ARM
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2012-04-11 05:33:07 +0000
committerEvan Cheng <evan.cheng@apple.com>2012-04-11 05:33:07 +0000
commitbee78fe5fcd8464f58bc729dede1a87d763ac3ae (patch)
treebb6d76af14157c7b101d40484e2759dd900d5878 /test/MC/ARM
parent7eb46d834ccca887ab8fbd1d96080f9a4632bb48 (diff)
downloadexternal_llvm-bee78fe5fcd8464f58bc729dede1a87d763ac3ae.zip
external_llvm-bee78fe5fcd8464f58bc729dede1a87d763ac3ae.tar.gz
external_llvm-bee78fe5fcd8464f58bc729dede1a87d763ac3ae.tar.bz2
Clean up ARM fused multiply + add/sub support some more: rename some isel
predicates. Also remove NEON2 since it's not really useful and it is confusing. If NEON + VFP4 implies NEON2 but NEON2 doesn't imply NEON + VFP4, what does it really mean? rdar://10139676 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154480 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/ARM')
-rw-r--r--test/MC/ARM/vfp4.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/ARM/vfp4.s b/test/MC/ARM/vfp4.s
index 009d31d..cc87a38 100644
--- a/test/MC/ARM/vfp4.s
+++ b/test/MC/ARM/vfp4.s
@@ -1,7 +1,7 @@
@ RUN: llvm-mc < %s -triple armv7-unknown-unknown -show-encoding -mattr=+neon,+vfp4 | FileCheck %s --check-prefix=ARM
@ RUN: llvm-mc < %s -triple thumbv7-unknown-unknown -show-encoding -mattr=+neon,+vfp4 | FileCheck %s --check-prefix=THUMB
- @ ARM: vfma.f64 d16, d18, d17 @ encoding: [0xa1,0x0b,0xe2,0xee]
+@ ARM: vfma.f64 d16, d18, d17 @ encoding: [0xa1,0x0b,0xe2,0xee]
@ THUMB: vfma.f64 d16, d18, d17 @ encoding: [0xe2,0xee,0xa1,0x0b]
vfma.f64 d16, d18, d17