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:
a2755b9
)
Add two test cases t2SMLABT and t2SMMULR for DisassembleThumb2Mul().
author
Johnny Chen
<johnny.chen@apple.com>
Fri, 25 Mar 2011 22:43:28 +0000
(22:43 +0000)
committer
Johnny Chen
<johnny.chen@apple.com>
Fri, 25 Mar 2011 22:43:28 +0000
(22:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128305
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/MC/Disassembler/ARM/thumb-tests.txt
patch
|
blob
|
history
diff --git
a/test/MC/Disassembler/ARM/thumb-tests.txt
b/test/MC/Disassembler/ARM/thumb-tests.txt
index f5775b504492a21aa11f8df54c7f7e06f4fc0d71..6454a3835a0acfbe06ff0e334c3e3080badc8a47 100644
(file)
--- a/
test/MC/Disassembler/ARM/thumb-tests.txt
+++ b/
test/MC/Disassembler/ARM/thumb-tests.txt
@@
-181,3
+181,9
@@
# CHECK: adds.w r7, r3, r5
0x13 0xeb 0x05 0x07
+
+# CHECK: smlabt r4, r3, r2, r1
+0x13 0xfb 0x12 0x14
+
+# CHECK: smmulr r7, r8, r9
+0x58 0xfb 0x19 0xf7