diff options
author | Johnny Chen <johnny.chen@apple.com> | 2011-03-30 01:02:06 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2011-03-30 01:02:06 +0000 |
commit | caee9684813ef97e035604b36842cda4f712fbee (patch) | |
tree | 491e1a94e9aacd41f9448b3cef8ffb4884b52325 | |
parent | 4e082a934b45557cd3dfb71073aff2c1b3914d18 (diff) |
Add a test case for thumb stc2 instruction.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128517 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/MC/Disassembler/ARM/thumb-tests.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/MC/Disassembler/ARM/thumb-tests.txt b/test/MC/Disassembler/ARM/thumb-tests.txt index 2ab75405e0..fb53f5946c 100644 --- a/test/MC/Disassembler/ARM/thumb-tests.txt +++ b/test/MC/Disassembler/ARM/thumb-tests.txt @@ -196,3 +196,6 @@ # CHECK: pld [pc, #-16] 0x1f 0xf8 0x10 0xf0 + +# CHECK: stc2 p12, cr15, [r9], {137} +0x89 0xfc 0x89 0xfc |