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:
40827c4
)
Thumb assembly parsing and encoding for LDR(register).
author
Jim Grosbach
<grosbach@apple.com>
Fri, 19 Aug 2011 18:35:06 +0000
(18:35 +0000)
committer
Jim Grosbach
<grosbach@apple.com>
Fri, 19 Aug 2011 18:35:06 +0000
(18:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138056
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 63928a1b5faaff66bbf28229fd04d7e2861ccbd7..deedd3be00d611ef21131780906feea3a2527255 100644
(file)
--- a/
test/MC/ARM/basic-thumb-instructions.s
+++ b/
test/MC/ARM/basic-thumb-instructions.s
@@
-202,3
+202,11
@@
_func:
@ CHECK: ldr r1, _foo @ encoding: [A,0x49]
@ fixup A - offset: 0, value: _foo, kind: fixup_arm_thumb_cp
+
+
+@------------------------------------------------------------------------------
+@ LDR (register)
+@------------------------------------------------------------------------------
+ ldr r1, [r2, r3]
+
+@ CHECK: ldr r1, [r2, r3] @ encoding: [0xd1,0x58]