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:
1b7b68f
)
Thumb assembly parsing and encoding for LSL(register).
author
Jim Grosbach
<grosbach@apple.com>
Fri, 19 Aug 2011 19:30:58 +0000
(19:30 +0000)
committer
Jim Grosbach
<grosbach@apple.com>
Fri, 19 Aug 2011 19:30:58 +0000
(19:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138064
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 7ed665c24139725958c741cab5249132c3d86ce4..61e322164fc986d3e10be6c06d30357b1ae01d59 100644
(file)
--- a/
test/MC/ARM/basic-thumb-instructions.s
+++ b/
test/MC/ARM/basic-thumb-instructions.s
@@
-270,3
+270,11
@@
_func:
@ CHECK: lsls r4, r5, #0 @ encoding: [0x2c,0x00]
@ CHECK: lsls r4, r5, #4 @ encoding: [0x2c,0x01]
+
+
+@------------------------------------------------------------------------------
+@ LSL (register)
+@------------------------------------------------------------------------------
+ lsls r2, r6
+
+@ CHECK: lsls r2, r6 @ encoding: [0xb2,0x40]