summaryrefslogtreecommitdiff
path: root/include/llvm/IntrinsicsX86.td
Commit message (Expand)AuthorAge
* Added X86 SSE2 intrinsics which can be represented as vector_shuffles. This isEvan Cheng2006-04-24
* Last few SSE3 intrinsics.Evan Cheng2006-04-14
* Misc. SSE2 intrinsics: clflush, lfench, mfenceEvan Cheng2006-04-14
* pcmpeq* and pcmpgt* intrinsics.Evan Cheng2006-04-14
* psll*, psrl*, and psra* intrinsics.Evan Cheng2006-04-14
* pmin, pmax, and psad intrinsics.Evan Cheng2006-04-13
* pmul*, pmadd*, and pavg* intrinsics.Evan Cheng2006-04-13
* padds{b|w}, paddus{b|w}, psubs{b|w}, psubus{b|w} intrinsics.Evan Cheng2006-04-13
* Naming inconsistency.Evan Cheng2006-04-13
* SSE / SSE2 conversion intrinsics.Evan Cheng2006-04-12
* Various SSE2 conversion intrinsicsEvan Cheng2006-04-12
* Added __builtin_ia32_storelv4si, __builtin_ia32_movqv4si,Evan Cheng2006-04-11
* gcc lower SSE prefetch into generic prefetch intrinsic. Need to add supportEvan Cheng2006-04-11
* Misc. intrinsics.Evan Cheng2006-04-11
* movnt* and maskmovdqu intrinsicsEvan Cheng2006-04-11
* Fix a typo: Instr* -> Intr*Chris Lattner2006-04-10
* __builtin_ia32_loadup{s|d}, __builtin_ia32_storeup{s|d}Evan Cheng2006-04-10
* Fix int_x86_sse_stmxcsr and int_x86_sse_ldmxcsr. Not directly translated fromEvan Cheng2006-04-08
* Remove int_x86_sse_storeh_ps and int_x86_sse_storel_ps. These are now loweredEvan Cheng2006-04-07
* Remove int_x86_sse_loadh_ps and int_x86_sse_loadl_ps. These are now loweredEvan Cheng2006-04-06
* Added comi and ucomi SSE intrinsics.Evan Cheng2006-04-05
* Added intrinsics to match __builtin_ia32_pslldqi128 andEvan Cheng2006-04-04
* Added haddp{s|d} and hsubp{s|d} intrinsics.Evan Cheng2006-03-31
* Add support for _mm_cmp{cc}_ss and _mm_cmp{cc}_ps intrinsicsEvan Cheng2006-03-30
* Add 128-bit pmovmskb intrinsic support.Evan Cheng2006-03-30
* Change SSE pack operation definitions to fit what the intrinsics expected.Evan Cheng2006-03-29
* Add SSE2 integer pack with saturation intrinsics.Evan Cheng2006-03-29
* Add more SSE intrinsicsEvan Cheng2006-03-29
* Intrinsics naming convention change.Evan Cheng2006-03-27
* Split the PPC and X86 intrinsics out to their own files.Chris Lattner2006-03-26