diff options
author | Kevin Enderby <enderby@apple.com> | 2012-03-06 18:33:12 +0000 |
---|---|---|
committer | Kevin Enderby <enderby@apple.com> | 2012-03-06 18:33:12 +0000 |
commit | 158c8a49c23d01297e7913c03c1fdb0760aee3a8 (patch) | |
tree | e6667e9186c2bf3c914191209e31004d572e8216 /test/MC/Disassembler/ARM/neont2.txt | |
parent | e46137f498fa81a088f13d24c79242eed3ff45a7 (diff) |
Fix a bug in the ARM disassembly of the neon VLD2 all lanes instruction.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152127 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/Disassembler/ARM/neont2.txt')
-rw-r--r-- | test/MC/Disassembler/ARM/neont2.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/MC/Disassembler/ARM/neont2.txt b/test/MC/Disassembler/ARM/neont2.txt index ff1838e466..7da4c89483 100644 --- a/test/MC/Disassembler/ARM/neont2.txt +++ b/test/MC/Disassembler/ARM/neont2.txt @@ -1588,3 +1588,10 @@ 0x63 0xf9 0x37 0xc9 # CHECK: vld2.8 {d28, d30}, [r3, :256], r7 +# rdar://10798451 +0xe7 0xf9 0x32 0x1d +# CHECK vld2.8 {d17[], d19[]}, [r7, :16], r2 +0xe7 0xf9 0x3d 0x1d +# CHECK vld2.8 {d17[], d19[]}, [r7, :16]! +0xe7 0xf9 0x3f 0x1d +# CHECK vld2.8 {d17[], d19[]}, [r7, :16] |