Searched refs:AVX512DQ (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/ |
H A D | simd.h | 94 AVX512DQ, enumerator 148 [AVX512DQ] = {7U, 0U, _AVX512DQ_BIT, EBX }, 222 CPUID_FEATURE_CHECK(avx512dq, AVX512DQ);
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | toolchain-simd.m4 | 233 AC_MSG_CHECKING([whether host toolchain supports AVX512DQ]) 243 AC_DEFINE([HAVE_AVX512DQ], 1, [Define if host toolchain supports AVX512DQ])
|
/freebsd/sys/contrib/xen/arch-x86/ |
H A D | cpufeatureset.h | 213 XEN_CPUFEATURE(AVX512DQ, 5*32+17) /*A AVX-512 Doubleword & Quadword Instrs */
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OPENSSL_ia32cap.pod | 100 =item bit #64+17 denoting availability of AVX512DQ extension;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | X86TargetParser.def | 163 X86_FEATURE_COMPAT(AVX512DQ, "avx512dq", 22)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrAVX512.td | 474 // Even with AVX512DQ we'll still use these for unmasked operations. 781 // Even with AVX512DQ we'll still use these for unmasked operations. 1295 // This should be used for the AVX512DQ broadcast instructions. It disables
|