Home
last modified time | relevance | path

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

/third_party/node/deps/simdutf/
H A Dsimdutf.h697 namespace cpuid_bit { namespace
781 if (ecx & cpuid_bit::sse42) { in detect_supported_architectures()
785 if (ecx & cpuid_bit::pclmulqdq) { in detect_supported_architectures()
789 if ((ecx & cpuid_bit::osxsave) != cpuid_bit::osxsave) { in detect_supported_architectures()
796 if ((xcr0 & cpuid_bit::xcr0_bit::avx256_saved) == 0) { in detect_supported_architectures()
803 if (ebx & cpuid_bit::ebx::avx2) { in detect_supported_architectures()
806 if (ebx & cpuid_bit::ebx::bmi1) { in detect_supported_architectures()
809 if (ebx & cpuid_bit::ebx::bmi2) { in detect_supported_architectures()
812 if (!((xcr0 & cpuid_bit in detect_supported_architectures()
[all...]

Completed in 3 milliseconds