summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/vld3.ll
Commit message (Collapse)AuthorAgeFilesLines
* Add codegen support for NEON vld3 intrinsics with <1 x i64> vectors.Bob Wilson2009-10-071-0/+12
| | | | llvm-svn: 83506
* Add codegen support for NEON vld3 intrinsics with 128-bit vectors.Bob Wilson2009-10-071-0/+54
| | | | llvm-svn: 83471
* Update NEON struct names to match llvm-gcc changes.Bob Wilson2009-10-061-20/+20
| | | | | | (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 vAny type to get rid of Neon intrinsics that differed only in whetherBob Wilson2009-08-111-8/+8
| | | | | | | | | | | 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 new NEON vld instructions.Bob Wilson2009-08-061-0/+51
llvm-svn: 78264
OpenPOWER on IntegriCloud