OSDN Git Service

Add correct Thumb2 encodings for NEON vst[1,2,3,4] and vld[1,2,3,4].
authorOwen Anderson <resistor@mac.com>
Thu, 11 Nov 2010 21:36:43 +0000 (21:36 +0000)
committerOwen Anderson <resistor@mac.com>
Thu, 11 Nov 2010 21:36:43 +0000 (21:36 +0000)
commit57dac88f775c1191a98cff89abd1f7ad33df5e29
tree7a79ff1858db38676b8100914e6751cf415dd15c
parent888cbda188523b5316525bf7daa96517f5e5dbdf
Add correct Thumb2 encodings for NEON vst[1,2,3,4] and vld[1,2,3,4].

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118843 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMCodeEmitter.cpp
lib/Target/ARM/ARMInstrFormats.td
lib/Target/ARM/ARMMCCodeEmitter.cpp
test/MC/ARM/neont2-vld-encoding.s [new file with mode: 0644]
test/MC/ARM/neont2-vst-encoding.s [new file with mode: 0644]