summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/vzip.ll
Commit message (Collapse)AuthorAgeFilesLines
* Allow more cases of undef shuffle indices and add tests for them.Bob Wilson2010-08-171-0/+27
| | | | llvm-svn: 111226
* Fix tests to use fadd, fsub, and fmul, instead of add, sub, and mul,Dan Gohman2010-05-031-1/+1
| | | | | | when the type is floating-point. llvm-svn: 102969
* Update NEON struct names to match llvm-gcc changes.Bob Wilson2009-10-061-10/+0
| | | | | | (This is not required for correctness but might help with sanity.) llvm-svn: 83415
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-1/+1
| | | | llvm-svn: 81293
* Use CHECK-NEXT to make sure we're only getting one copy of each shuffleBob Wilson2009-08-221-0/+6
| | | | | | instruction. llvm-svn: 79702
* Match VTRN, VZIP, and VUZP shuffles. Restore the tests for these operations,Bob Wilson2009-08-211-0/+79
| | | | | | now using shuffles instead of intrinsics. llvm-svn: 79673
* Remove Neon intrinsics for VZIP, VUZP, and VTRN. We will represent these asBob Wilson2009-08-211-117/+0
| | | | | | | vector shuffles. Temporarily remove the tests for these operations until the new implementation is working. llvm-svn: 79579
* Use vAny type to get rid of Neon intrinsics that differed only in whetherBob Wilson2009-08-111-16/+16
| | | | | | | | | | | the overloaded vector types allowed floating-point or integer vector elements. Most of these operations actually depend on the element type, so bitcasting was not an option. If you include the vpadd intrinsics that I updated earlier, this gets rid of 20 intrinsics. llvm-svn: 78646
* Add tests for Neon VZIP and VUZP instructions.Bob Wilson2009-08-091-0/+117
llvm-svn: 78529
OpenPOWER on IntegriCloud