Fix the ARM VLD3 (single 3-element structure to all lanes)
authorKevin Enderby <enderby@apple.com>
Tue, 8 Apr 2014 18:00:52 +0000 (18:00 +0000)
committerKevin Enderby <enderby@apple.com>
Tue, 8 Apr 2014 18:00:52 +0000 (18:00 +0000)
commit9143956488d3774fce7b17bee38449a50393968e
tree562bc9afa1e13e9deec6b527578cb5eaf279c2bf
parentbd382db782f029ef6cc40bf1cb425c441fc21ab1
Fix the ARM VLD3 (single 3-element structure to all lanes)
size 16 double-spaced registers instruction printing.

This:
vld3.16 {d0[], d2[], d4[]}, [r4]!

was being printed as:

vld3.16 {d0[], d1[], d2[]}, [r4]!

rdar://16531387

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205779 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
test/MC/ARM/neon-vld-encoding.s