Implement Neon VZIP and VUZP instructions. These are very similar to VTRN,
authorBob Wilson <bob.wilson@apple.com>
Sat, 8 Aug 2009 06:13:25 +0000 (06:13 +0000)
committerBob Wilson <bob.wilson@apple.com>
Sat, 8 Aug 2009 06:13:25 +0000 (06:13 +0000)
commitb6ab51e8297281888b85eee8c38215eab2649c4b
treecb0df97205d0c98a5ba34b5962353c970705a0cf
parent64efd90f8c878214abc29afa3d1c1e7bfe854a49
Implement Neon VZIP and VUZP instructions.  These are very similar to VTRN,
so I generalized the class for VTRN in the .td file to handle all 3 of them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78460 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelDAGToDAG.cpp
lib/Target/ARM/ARMInstrNEON.td