Home
last modified time | relevance | path

Searched refs:AVX512F (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_dispatch.c70 AVX512F = 1 << 5, enumerator
123 features |= AVX512F; in get_cpu_features()
203 if ((features & (AVX512F|AVX512VL)) == (AVX512F|AVX512VL)) { in blake3_hash_many()
253 if ((features & (AVX512F|AVX512VL)) == (AVX512F|AVX512VL)) { in blake3_simd_degree()
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dsimd.h92 AVX512F, enumerator
146 [AVX512F] = {7U, 0U, _AVX512F_BIT, EBX },
220 CPUID_FEATURE_CHECK(avx512f, AVX512F);
/freebsd/sys/contrib/openzfs/config/
H A Dtoolchain-simd.m4193 AC_MSG_CHECKING([whether host toolchain supports AVX512F])
203 AC_DEFINE([HAVE_AVX512F], 1, [Define if host toolchain supports AVX512F])
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.cpp467 .Case("+avx512f", AVX512F) in handleTargetFeatures()
977 case AVX512F: in getTargetDefines()
1012 case AVX512F: in getTargetDefines()
1178 .Case("avx512f", SSELevel >= AVX512F) in hasFeature()
H A DX86.h68 AVX512F enumerator
342 if (getTriple().getArch() == llvm::Triple::x86_64 && SSELevel >= AVX512F) in getABI()
/freebsd/sys/contrib/xen/arch-x86/
H A Dcpufeatureset.h212 XEN_CPUFEATURE(AVX512F, 5*32+16) /*A AVX-512 Foundation Instructions */
/freebsd/sys/contrib/libsodium/
H A Dconfigure.ac484 AC_MSG_CHECKING(for AVX512F instructions set)
487 # error NativeClient detected - Avoiding AVX512F opcodes
496 AC_DEFINE([HAVE_AVX512FINTRIN_H], [1], [AVX512F is available])
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_ia32cap.pod98 =item bit #64+16 denoting availability of AVX512F extension;
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DX86TargetParser.def156 X86_FEATURE_COMPAT(AVX512F, "avx512f", 19)
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrAVX512.td2857 // With AVX512F, 8-bit mask is promoted to 16-bit mask,
4025 // bits on AVX512F only targets.
4032 // AVX512F pattern.
4098 // bits on AVX512F only targets.
4104 // AVX512F patterns.