summaryrefslogtreecommitdiff
path: root/test/MC/ARM/basic-arm-instructions.s
diff options
context:
space:
mode:
authorJoey Gouly <joey.gouly@arm.com>2013-06-20 17:42:36 +0000
committerJoey Gouly <joey.gouly@arm.com>2013-06-20 17:42:36 +0000
commit4cbbbf49b69646ff990203ef3feae6a2726b8753 (patch)
tree52584dc3be3222ff0526fe694e3716b659e6f4d2 /test/MC/ARM/basic-arm-instructions.s
parentd69d9f20bc3acee0fc233853745c1de015b541f2 (diff)
downloadllvm-4cbbbf49b69646ff990203ef3feae6a2726b8753.tar.gz
llvm-4cbbbf49b69646ff990203ef3feae6a2726b8753.tar.bz2
llvm-4cbbbf49b69646ff990203ef3feae6a2726b8753.tar.xz
This reverts r155000.
The cdp2 instruction should have the same restrictions as cdp on the co-processor registers. VFP instructions on v8/AArch32 share the same encoding space as cdp2. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184445 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/ARM/basic-arm-instructions.s')
-rw-r--r--test/MC/ARM/basic-arm-instructions.s2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/MC/ARM/basic-arm-instructions.s b/test/MC/ARM/basic-arm-instructions.s
index 8335797bc6..3061c0f70e 100644
--- a/test/MC/ARM/basic-arm-instructions.s
+++ b/test/MC/ARM/basic-arm-instructions.s
@@ -459,9 +459,11 @@ Lforward:
@------------------------------------------------------------------------------
cdp p7, #1, c1, c1, c1, #4
cdp2 p7, #1, c1, c1, c1, #4
+ cdp2 p10, #0, c6, c12, c0, #7
@ CHECK: cdp p7, #1, c1, c1, c1, #4 @ encoding: [0x81,0x17,0x11,0xee]
@ CHECK: cdp2 p7, #1, c1, c1, c1, #4 @ encoding: [0x81,0x17,0x11,0xfe]
+@ CHECK: cdp2 p10, #0, c6, c12, c0, #7 @ encoding: [0xe0,0x6a,0x0c,0xfe]
@------------------------------------------------------------------------------