Searched refs:AVX512VL (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/ |
H A D | blake3_dispatch.c | 71 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 D | simd.h | 100 AVX512VL, enumerator 154 [AVX512VL] = {7U, 0U, _AVX512ER_BIT, EBX }, 228 CPUID_FEATURE_CHECK(avx512vl, AVX512VL);
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | toolchain-simd.m4 | 353 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 D | cpufeatureset.h | 226 XEN_CPUFEATURE(AVX512VL, 5*32+31) /*A AVX-512 Vector Length Extensions */
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OPENSSL_ia32cap.pod | 113 =item bit #64+31 denoting availability of AVX512VL extension;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | X86TargetParser.def | 161 X86_FEATURE_COMPAT(AVX512VL, "avx512vl", 20)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrAVX512.td | 4041 // 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.
|