diff options
author | Owen Anderson <resistor@mac.com> | 2011-08-30 22:58:27 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2011-08-30 22:58:27 +0000 |
commit | eaca928a3798e1fa7072457b94eccdd5b53b5d5f (patch) | |
tree | e789ff3f5a70d37138b8fb3cd4f61195a759c4c2 /test/MC/Disassembler/ARM/thumb2.txt | |
parent | 21df36c57afc588c8073a070a47e3ba45fa87270 (diff) |
Fix issues with disassembly of IT instructions involving condition codes other the EQ/NE. Discovered by roundtrip testing.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138840 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/Disassembler/ARM/thumb2.txt')
-rw-r--r-- | test/MC/Disassembler/ARM/thumb2.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/MC/Disassembler/ARM/thumb2.txt b/test/MC/Disassembler/ARM/thumb2.txt index 11171d83ef..c53910b4fc 100644 --- a/test/MC/Disassembler/ARM/thumb2.txt +++ b/test/MC/Disassembler/ARM/thumb2.txt @@ -39,3 +39,15 @@ 0x00 0xbf 0xf5 0x1b 0x11 0x1d + +# CHECK: ittee ls +# CHECK: addls r0, r1, r2 +# CHECK: nopls +# CHECK: subhi r5, r6, r7 +# CHECK: addhi r1, r2, #4 + +0x99 0xbf +0x88 0x18 +0x00 0xbf +0xf5 0x1b +0x11 0x1d |