]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commit
Fix the ARM VST4 (single 4-element structure from one lane)
authorKevin Enderby <enderby@apple.com>
Wed, 26 Mar 2014 19:35:40 +0000 (19:35 +0000)
committerKevin Enderby <enderby@apple.com>
Wed, 26 Mar 2014 19:35:40 +0000 (19:35 +0000)
commit9efa4ff901481dc298933b3316372079c726ad7a
treee8028d19d31ee7deb569bf568d021b2e61d51be2
parent2ca8b98cdb3f5a4a6b377f8b487d54dc0b24112a
Fix the ARM VST4 (single 4-element structure from one lane)
size 16 double-spaced registers instruction printing.

This:
vld4.16 {d17[1], d19[1], d21[1], d23[1]}, [r7]!

was being printed as:

vld4.16 {d17[1], d18[1], d19[1], d20[1]}, [r7]!

rdar://16435096

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