projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c1fece
)
Thumb assembly parsing and encoding for POP.
author
Jim Grosbach
<grosbach@apple.com>
Mon, 22 Aug 2011 23:00:19 +0000
(23:00 +0000)
committer
Jim Grosbach
<grosbach@apple.com>
Mon, 22 Aug 2011 23:00:19 +0000
(23:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138286
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/MC/ARM/basic-thumb-instructions.s
patch
|
blob
|
history
diff --git
a/test/MC/ARM/basic-thumb-instructions.s
b/test/MC/ARM/basic-thumb-instructions.s
index a3bb31753675a8a710258a67612996475fdc3e33..06a9dfed3d303e703eb6b47a4115314c6f18468d 100644
(file)
--- a/
test/MC/ARM/basic-thumb-instructions.s
+++ b/
test/MC/ARM/basic-thumb-instructions.s
@@
-363,3
+363,11
@@
_func:
orrs r3, r4
@ CHECK-ERRORS: orrs r3, r4 @ encoding: [0x23,0x43]
+
+
+@------------------------------------------------------------------------------
+@ POP
+@------------------------------------------------------------------------------
+ pop {r2, r3, r6}
+
+@ CHECK: pop {r2, r3, r6} @ encoding: [0x4c,0xbc]