Home
last modified time | relevance | path

Searched refs:AVX512VL (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_dispatch.c71 AVX512VL = 1 << 6, enumerator
121 features |= AVX512VL; in get_cpu_features()
145 if (features & AVX512VL) { in blake3_compress_in_place()
174 if (features & AVX512VL) { in blake3_compress_xof()
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.h100 AVX512VL, enumerator
154 [AVX512VL] = {7U, 0U, _AVX512ER_BIT, EBX },
228 CPUID_FEATURE_CHECK(avx512vl, AVX512VL);
/freebsd/sys/contrib/openzfs/config/
H A Dtoolchain-simd.m4353 AC_MSG_CHECKING([whether host toolchain supports AVX512VL])
363 AC_DEFINE([HAVE_AVX512VL], 1, [Define if host toolchain supports AVX512VL])
/freebsd/sys/contrib/xen/arch-x86/
H A Dcpufeatureset.h226 XEN_CPUFEATURE(AVX512VL, 5*32+31) /*A AVX-512 Vector Length Extensions */
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_ia32cap.pod113 =item bit #64+31 denoting availability of AVX512VL extension;
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DX86TargetParser.def161 X86_FEATURE_COMPAT(AVX512VL, "avx512vl", 20)
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrAVX512.td4041 // AVX512VL pattern.
5606 // Define only if AVX512VL feature is present.
5782 // Define only if AVX512VL feature is present.
9215 // Define only if AVX512VL feature is present.
9407 // Define only if AVX512VL feature is present.
9496 // Define only if AVX512VL feature is present.