aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86InstrMMX.td
Commit message (Expand)AuthorAgeFilesLines
* And now support for MMX logical operations.Bill Wendling2007-03-161-2/+36
* Multiplication support for MMX.Bill Wendling2007-03-151-1/+6
* Adding more arithmetic operators to MMX. This is an almost exact copy ofBill Wendling2007-03-101-0/+10
* Added "padd*" support for MMX. Added MMX move stuff to X86InstrInfo so thatBill Wendling2007-03-081-0/+47
* Remove useless pattern fragments.Bill Wendling2007-03-071-2/+0
* Properly support v8i8 and v4i16 types. It now converts them to v2i32 forBill Wendling2007-03-071-4/+15
* Add LOAD/STORE support for MMX.Bill Wendling2007-03-061-21/+43
* Add the emms intrinsic for MMX support.Bill Wendling2007-03-051-1/+4
* INC / DEC instructions have shorter code size than ADD32ri8, etc.Evan Cheng2006-07-191-3/+1
* X86 integer register classes naming changes. Make them consistent with FP, ve...Evan Cheng2006-05-161-1/+1
* SSE / SSE2 conversion intrinsics.Evan Cheng2006-04-121-1/+23
* movnt* and maskmovdqu intrinsicsEvan Cheng2006-04-111-0/+25
* Instruction encoding bugEvan Cheng2006-03-251-1/+1
* Added CVTTPS2PI.Evan Cheng2006-03-251-0/+8
* Didn't mean to check this in. No MMX support yet.Evan Cheng2006-03-211-3/+1
* - Use movaps to store 128-bit vector integers.Evan Cheng2006-03-211-1/+3
* - Remove scalar to vector pseudo ops. They are just wrong.Evan Cheng2006-03-211-19/+0
* x86 ISD::SCALAR_TO_VECTOR support.Evan Cheng2006-03-211-0/+18
* Move a few things around.Evan Cheng2006-03-201-0/+10
* One more round of reorg so sabre doesn't freak out. :-)Evan Cheng2006-02-211-22/+0
* Split instruction info into multiple files, one for each of x87, MMX, and SSE.Evan Cheng2006-02-211-0/+57