Searched refs:AVX2 (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dsimd.h67 AVX2, enumerator in enum:cpuid_inst_sets
119 [AVX2] = {7U, 0U, 1U << 5, EBX },
137 * Check if OS supports AVX and AVX2 by checking XCR0
164 * for AVX2. It is a macro, so return parameters
191 CPUID_FEATURE_CHECK(avx2, AVX2);
295 * Check if AVX2 instruction set is available
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.h64 NoSSE, SSE1, SSE2, SSE3, SSSE3, SSE41, SSE42, AVX, AVX2, AVX512F enumerator in enum:llvm::final::X86SSEEnum
619 bool hasAVX2() const { return X86SSELevel >= AVX2; }
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.cpp315 .Case("+avx2", AVX2)
718 case AVX2:
751 case AVX2:
893 .Case("avx2", SSELevel >= AVX2)
H A DX86.h54 AVX2, enumerator in enum:clang::targets::X86TargetInfo::X86SSEEnum
/freebsd-13-stable/sys/xen/interface/arch-x86/
H A Dcpufeatureset.h201 XEN_CPUFEATURE(AVX2, 5*32+ 5) /*A AVX2 instructions */
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DVFABIDemangling.cpp40 .Case("d", VFISAKind::AVX2)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h49 AVX2, // x86 AVX2 member in class:llvm::VFISAKind

Completed in 230 milliseconds