summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/mmx-insert-element.ll
Commit message (Collapse)AuthorAgeFilesLines
* Mark all these as needing SSE2. Should fix PPC andDale Johannesen2010-10-011-2/+2
| | | | | | maybe even Linux. llvm-svn: 115291
* Massive rewrite of MMX: Dale Johannesen2010-09-301-4/+6
| | | | | | | | | | | | | | | | | | | The x86_mmx type is used for MMX intrinsics, parameters and return values where these use MMX registers, and is also supported in load, store, and bitcast. Only the above operations generate MMX instructions, and optimizations do not operate on or produce MMX intrinsics. MMX-sized vectors <2 x i32> etc. are lowered to XMM or split into smaller pieces. Optimizations may occur on these forms and the result casted back to x86_mmx, provided the result feeds into a previous existing x86_mmx operation. The point of all this is prevent optimizations from introducing MMX operations, which is unsafe due to the EMMS problem. llvm-svn: 115243
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-2/+2
| | | | llvm-svn: 81290
* Implement vector shift up / down and insert zero with ps{rl}lq / ps{rl}ldq.Evan Cheng2008-05-291-18/+2
| | | | llvm-svn: 51667
* Add nounwind.Evan Cheng2008-05-071-1/+1
| | | | llvm-svn: 50837
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-151-1/+1
| | | | llvm-svn: 41097
* Testcases for MMX.Bill Wendling2007-04-241-0/+23
llvm-svn: 36408
OpenPOWER on IntegriCloud