Change Neon VLDn intrinsics to return multiple values instead of really
authorBob Wilson <bob.wilson@apple.com>
Wed, 29 Jul 2009 16:39:22 +0000 (16:39 +0000)
committerBob Wilson <bob.wilson@apple.com>
Wed, 29 Jul 2009 16:39:22 +0000 (16:39 +0000)
commitb7d0c90c449882c8ec697c8989244dba2dc917ae
treec25f7337ecd0ae0dee2ff100be597a2e38d165ec
parent09b1366f3f310b5648aa8cd72ed16b9f19b4c68d
Change Neon VLDn intrinsics to return multiple values instead of really
wide vectors.  Likewise, change VSTn intrinsics to take separate arguments
for each vector in a multi-vector struct.  Adjust tests accordingly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77468 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IntrinsicsARM.td
lib/Target/ARM/ARMInstrNEON.td
test/CodeGen/ARM/vld1.ll
test/CodeGen/ARM/vst1.ll