aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/IntrinsicsX86.td
Commit message (Expand)AuthorAgeFilesLines
* Add aeskeygenassist intrinsic and rename all of the aes intrinsics toEric Christopher2010-04-011-5/+9
* Remove the pmulld intrinsic and autoupdate it as a vector multiply.Eric Christopher2010-03-301-3/+0
* Reapply Kevin's change 94440, now that Chris has fixed the limitation onBob Wilson2010-03-251-0/+19
* Speculatively revert this to see if it fixes buildbot failures.Bob Wilson2010-03-241-19/+0
* Added the Advanced Encryption Standard (AES) Instructions.Kevin Enderby2010-03-241-0/+19
* [llvm_void_ty] is no longer needed for result types, Chris Lattner2010-03-231-21/+21
* Fixed the encoding problems of the crc32 instructions. All had the Operand sizeKevin Enderby2010-03-191-1/+4
* Revert r92939. These intrinsics get matched to LLVM instructions,David Greene2010-01-071-24/+0
* Add some "missing" instrinsics to make the SSE intrinsic set a bit moreDavid Greene2010-01-071-0/+24
* Remove the gcc builtins from the intrinsics, we'll lower themEric Christopher2009-12-011-2/+2
* Recommitting PALIGNR shift width fixes.Sean Callanan2009-11-201-2/+2
* Reverting PALIGNR fix until I figure out how thisSean Callanan2009-11-201-2/+2
* Fixed PALIGNR to take 8-bit rotations in all cases.Sean Callanan2009-11-201-2/+2
* Fix PR5315, original patch by Nicolas Capens!Eric Christopher2009-11-061-3/+3
* Add sse4.2 string/text processing intrinsics. We'll select these later.Eric Christopher2009-08-141-0/+67
* Whitespace cleanup.Eric Christopher2009-08-141-3/+3
* Fix some cut and paste-os.Eric Christopher2009-08-081-3/+3
* Define intrinsics for crc instruction.Eric Christopher2009-08-081-0/+20
* Add support for gcc __builtin_ia32_ptest{z,c,nzc} intrinsics. LowerEric Christopher2009-07-291-0/+12
* Remove intrinsic support for __builtin_ia32_vec_set_v16qi andEric Christopher2009-07-221-6/+0
* Add intrinsic for __builtin_ia32_vec_set_v4si which turns out to beEric Christopher2009-07-211-0/+3
* ADDS{D|S}rr_Int and MULS{D|S}rr_Int are not commutable. The users of these in...Evan Cheng2009-02-261-4/+4
* Modify the intrinsics pattern to separate out the "return" types from theBill Wendling2008-11-131-285/+286
* Removed pinsrd and pinsrq intrinsics because the code generator does not supportMon P Wang2008-10-151-6/+0
* Fix SSE4.1 roundss, roundsd. While the instructions have Dale Johannesen2008-10-101-2/+2
* "The original bug was a complaint that _mm_srli_si128 mis-compiled when passedBill Wendling2008-10-021-0/+6
* SSE codegen for vsetcc nodesNate Begeman2008-07-171-0/+3
* Horizontal-add instructions are not commutative.Evan Cheng2008-06-161-8/+11
* - Add "Commutative" property to intrinsics. This allows tblgen to generate th...Evan Cheng2008-06-161-87/+129
* Eliminate x86.sse2.punpckh.qdq and x86.sse2.punpckl.qdq.Evan Cheng2008-05-241-11/+0
* Eliminate x86.sse2.movs.d, x86.sse2.shuf.pd, x86.sse2.unpckh.pd, and x86.sse2...Evan Cheng2008-05-241-12/+0
* Remove x86.sse2.loadh.pd and x86.sse2.loadl.pd. These will be lowered into lo...Evan Cheng2008-05-241-6/+0
* Add separate intrinsics for MMX / SSE shifts with i32 integer operands. This ...Evan Cheng2008-05-031-6/+59
* Undo 48570. Correctly match mmx shift instructions with an immediate operand.Evan Cheng2008-03-211-24/+0
* Add intrinsics to match mmx shift builtin's with immediate operand.Evan Cheng2008-03-191-0/+24
* __builtin_ia32_movntdqa reads memoryNate Begeman2008-03-161-1/+1
* Missed one.Dale Johannesen2008-02-051-3/+3
* Do not unconditionally redefine vec_ext_v16qi andDale Johannesen2008-02-041-2/+2
* SSE 4.1 Intrinsics and detectionNate Begeman2008-02-031-0/+150
* Fix sse2.psrl.w and sse2.psrl.q definitions.Evan Cheng2008-01-091-2/+2
* remove attribution from a variety of miscellaneous files.Chris Lattner2007-12-291-2/+2
* Add a few more missing gcc builtin's.Evan Cheng2007-12-211-8/+8
* Type specification didn't match gcc's.Evan Cheng2007-12-201-1/+1
* Remove int_x86_sse2_movl_dq. It's replaced with a string compare.Evan Cheng2007-12-181-2/+0
* These have matching builtin's in 4.2.Evan Cheng2007-12-181-2/+2
* Bring back int_x86_sse2_movl_dq intrinsic for backward compatibility. Make sureEvan Cheng2007-12-171-0/+2
* __builtin_ia32_movqv4si is now expanded to a shuffle.Evan Cheng2007-12-151-2/+0
* All MMX shift instructions took a <2 x i32> vector as the shift amount parame...Anders Carlsson2007-12-141-8/+8
* Add missing SSE builtins: CVTPD2PI, CVTPS2PI,Dale Johannesen2007-10-301-0/+13
* Fix argument types for PSLLQ, PSRLQ.Dale Johannesen2007-10-301-2/+2