summaryrefslogtreecommitdiff
path: root/test/MC/ARM/basic-arm-instructions.s
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-10-12 17:34:41 +0000
committerJim Grosbach <grosbach@apple.com>2011-10-12 17:34:41 +0000
commit9b8f2a0b365ea62a5fef80bbaab3cf0252db2fcf (patch)
treeb5eb114960ac0ae3c4be79ff11cf15cf256dd6be /test/MC/ARM/basic-arm-instructions.s
parent01208d56e8341c17bb7dbeaf6c081fdffe523786 (diff)
downloadllvm-9b8f2a0b365ea62a5fef80bbaab3cf0252db2fcf.tar.gz
llvm-9b8f2a0b365ea62a5fef80bbaab3cf0252db2fcf.tar.bz2
llvm-9b8f2a0b365ea62a5fef80bbaab3cf0252db2fcf.tar.xz
ARM parsing and encoding for the <option> form of LDC/STC instructions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141786 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/ARM/basic-arm-instructions.s')
-rw-r--r--test/MC/ARM/basic-arm-instructions.s4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/MC/ARM/basic-arm-instructions.s b/test/MC/ARM/basic-arm-instructions.s
index 04054e95c0..8b4c0536c9 100644
--- a/test/MC/ARM/basic-arm-instructions.s
+++ b/test/MC/ARM/basic-arm-instructions.s
@@ -684,6 +684,8 @@ Lforward:
ldcleq p6, c14, [r10], #16
ldclhi p7, c15, [r11], #-72
+ ldc2 p2, c8, [r1], { 25 }
+
@ CHECK: ldc2 p0, c8, [r1, #4] @ encoding: [0x01,0x80,0x91,0xfd]
@ CHECK: ldc2 p1, c7, [r2] @ encoding: [0x00,0x71,0x92,0xfd]
@ CHECK: ldc2 p2, c6, [r3, #-224] @ encoding: [0x38,0x62,0x13,0xfd]
@@ -723,6 +725,8 @@ Lforward:
@ CHECK: ldcleq p6, c14, [r10], #16 @ encoding: [0x04,0xe6,0xfa,0x0c]
@ CHECK: ldclhi p7, c15, [r11], #-72 @ encoding: [0x12,0xf7,0x7b,0x8c]
+@ CHECK: ldc2 p2, c8, [r1], {25} @ encoding: [0x19,0x82,0x91,0xfc]
+
@------------------------------------------------------------------------------
@ LDM*