summaryrefslogtreecommitdiff
path: root/lib/Headers/avx512dqintrin.h
Commit message (Expand)AuthorAgeFilesLines
* Move the builtin headers to use the new license file header.Chandler Carruth2019-04-081-17/+3
* [X86] Add ktest intrinsics to match gcc and icc.Craig Topper2018-08-311-0/+36
* [X86] Add k-mask conversion and load/store instrinsics to match gcc and icc.Craig Topper2018-08-311-0/+20
* [X86] Add kshift intrinsics to match gcc and icc.Craig Topper2018-08-311-0/+6
* [X86] Add kadd intrinsics to match gcc and icc.Craig Topper2018-08-281-0/+12
* [X86] Add kortest intrinsics for 8, 32, and 64 bit masks. Add new intrinsic n...Craig Topper2018-08-281-0/+18
* [X86] Add intrinsics for kand/kandn/knot/kor/kxnor/kxor with 8, 32, and 64-bi...Craig Topper2018-08-271-0/+38
* [X86] Rename __DEFAULT_FN_ATTRS to a__DEFAULT_FN_ATTRS512 in avx512dqintrin.h...Craig Topper2018-08-271-87/+87
* Remove unnecessary trailing ; in macro intrinsic definition.Eric Christopher2018-07-171-1/+1
* [Builtins][Attributes][X86] Tag all X86 builtins with their required vector w...Craig Topper2018-07-091-1/+1
* [X86] Correct the width of mask arguments in intrinsic headers and tests.Craig Topper2018-06-301-4/+4
* [X86] Fold masking into subvector extract builtins.Craig Topper2018-06-081-28/+42
* [X86] Add subvector insert and extract builtins to enable target feature chec...Craig Topper2018-06-081-84/+12
* [X86] Avoid passing _mm_undefined* to builtin_shufflevector if we are able to...Craig Topper2018-06-041-4/+2
* [X86] Fix some places where macro arguments to intrinsics weren't cast to _m5...Craig Topper2018-05-311-8/+8
* [X86] Remove __extension__ from macro intrinsics when its not needed.Craig Topper2018-05-311-221/+221
* [X86] Reduce the number of setzero intrinsics to just the set defined by the ...Craig Topper2018-05-301-1/+1
* [X86] Use __builtin_convertvector to implement some of the packed integer to ...Craig Topper2018-05-211-24/+14
* [X86] Implement broadcastf32x2 and broadcasti32x2 intrinsics using __builtin_...Craig Topper2017-08-301-18/+20
* [AVX-512] Replace subvector broadcast builtins with shufflevectors and selects.Craig Topper2017-01-181-49/+46
* [AVX-512] Remove masked vector insert builtins and replace with native shuffl...Craig Topper2016-11-011-54/+80
* [AVX-512] Remove masked vector extract builtins and replace with native shuff...Craig Topper2016-10-311-42/+52
* [AVX-512] Remove masked integer mullo builtins and replace with native IR.Craig Topper2016-09-031-11/+8
* [AVX-512] Implement masked floating point logical operations with native IR a...Craig Topper2016-08-311-101/+77
* [X86][AVX512] lower __mm512_andnot_ps/__mm512_andnot_pd to IRLama Saba2016-08-101-10/+2
* [Clang][Intrinsics][AVX512][BuiltIn] adding intrinsics for vrangesd instructi...Michael Zuckerman2016-06-301-0/+12
* [Clang][AVX512][BUILTIN]Adding intrinsics for range_round_{sd|ss}Michael Zuckerman2016-06-081-0/+42
* [AVX512] Reformat macro intrinsics, ensure arguments have proper typecasts, e...Craig Topper2016-06-081-75/+71
* [clang][AVX512][Intrinsics] Adding intrinsics reduce_[round]_{ss|sd} to clangMichael Zuckerman2016-06-071-0/+72
* [X86] Use unsigned types for vector arithmetic in intrinsics to avoid undefin...Craig Topper2016-06-041-7/+7
* [AVX512] Remove space in -1 constants. NFCCraig Topper2016-06-041-6/+6
* [AVX512] Add parentheses around macro arguments in AVX512DQ intrinsics. Remov...Craig Topper2016-05-171-403/+445
* [AVX512] Add intrinsics for 512-bit insertf32x8/insertf32x4/inserti32x4.Craig Topper2016-05-151-0/+24
* [Clang][Builtin][AVX512]Adding intrinsics for vfpclass{sd|ss} vfpclass{pd|ps}...Michael Zuckerman2016-04-251-0/+39
* [Clang][AVX512][BUILTIN] Adding intrinsics support to VEXTRACT{I|F} and VINSE...Michael Zuckerman2016-04-191-0/+156
* [Clang][AVX512][Builtin] Adding support for VBROADCAST and VPBROADCASTB/W/D/Q...Michael Zuckerman2016-04-131-0/+145
* [Clang][AVX512][Builtin] Adding supporting to intrinsics of cvt{b|d|q}2mask{1...Michael Zuckerman2016-04-131-0/+25
* re-apply r.247881Asaf Badouh2015-09-171-0/+536
* revert r.247881 due to tests failuresAsaf Badouh2015-09-171-536/+0
* [X86][AVX512DQ] add new intrinsicsAsaf Badouh2015-09-171-0/+536
* [X86] Rename DEFAULT_FN_ATTR macro to __DEFAULT_FN_ATTRMichael Kuperstein2015-06-301-29/+29
* Update the intel intrinsic headers to use the target attribute support.Eric Christopher2015-06-171-1/+1
* Use a define for per-file function attributes for the Intel intrinsic headers.Eric Christopher2015-06-171-27/+32
* AVX-512: Added AVX-512 intrinsics and testsElena Demikhovsky2015-04-301-0/+237