aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-08-22 23:05:11 +0000
committerJim Grosbach <grosbach@apple.com>2011-08-22 23:05:11 +0000
commit0c2165bbd096d49c17562c2951cecca582e01c75 (patch)
tree53ab5612c66d582aa3d1b5095d5d3a8d316f76c8
parentcb08f18d5b88ffa4ba8efd7cac0b8820d6f0ec71 (diff)
Thumb parsing and encoding for PUSH.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138290 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/MC/ARM/basic-thumb-instructions.s8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/MC/ARM/basic-thumb-instructions.s b/test/MC/ARM/basic-thumb-instructions.s
index 06a9dfed3d..e5f28ec457 100644
--- a/test/MC/ARM/basic-thumb-instructions.s
+++ b/test/MC/ARM/basic-thumb-instructions.s
@@ -371,3 +371,11 @@ _func:
pop {r2, r3, r6}
@ CHECK: pop {r2, r3, r6} @ encoding: [0x4c,0xbc]
+
+
+@------------------------------------------------------------------------------
+@ PUSH
+@------------------------------------------------------------------------------
+ push {r1, r2, r7}
+
+@ CHECK: push {r1, r2, r7} @ encoding: [0x86,0xb4]