diff options
author | Johnny Chen <johnny.chen@apple.com> | 2011-03-26 01:32:48 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2011-03-26 01:32:48 +0000 |
commit | eca915fb5242442756a80bad7f285cb54d7b8ea4 (patch) | |
tree | 0b53af21c434667a4ce383bd0c5ffa6574928175 /test | |
parent | 29aeed1bf8c70eec381d5cbf7de2710b5157d526 (diff) | |
download | external_llvm-eca915fb5242442756a80bad7f285cb54d7b8ea4.zip external_llvm-eca915fb5242442756a80bad7f285cb54d7b8ea4.tar.gz external_llvm-eca915fb5242442756a80bad7f285cb54d7b8ea4.tar.bz2 |
Fixed the t2PLD and friends disassembly and add two test cases.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128322 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-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 b167ad1..2ab7540 100644 --- a/test/MC/Disassembler/ARM/thumb-tests.txt +++ b/test/MC/Disassembler/ARM/thumb-tests.txt @@ -190,3 +190,9 @@ # CHECK: umull r1, r2, r3, r4 0xa3 0xfb 0x04 0x12 + +# CHECK: pld [r5, r0, lsl #1] +0x15 0xf8 0x10 0xf0 + +# CHECK: pld [pc, #-16] +0x1f 0xf8 0x10 0xf0 |