diff options
author | Johnny Chen <johnny.chen@apple.com> | 2011-03-25 22:43:28 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2011-03-25 22:43:28 +0000 |
commit | 65c0a5986906d04acd90ea280bcd635c5d492f75 (patch) | |
tree | 066a3a04073a0762ceb53398b347d2195b236add | |
parent | a2755b9829affb1c2ac07d7710228e80d222f588 (diff) |
Add two test cases t2SMLABT and t2SMMULR for DisassembleThumb2Mul().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128305 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/MC/Disassembler/ARM/thumb-tests.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/MC/Disassembler/ARM/thumb-tests.txt b/test/MC/Disassembler/ARM/thumb-tests.txt index f5775b5044..6454a3835a 100644 --- 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 |