Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DHost.cpp722 if (Features3 & (1 << (X86::FEATURE_CLFLUSHOPT - 64))) { in getIntelProcessorTypeAndSubtype()
723 if (Features3 & (1 << (X86::FEATURE_SHA - 64))) { in getIntelProcessorTypeAndSubtype()
731 if (Features3 & (1 << (X86::FEATURE_ADX - 64))) { in getIntelProcessorTypeAndSubtype()
747 if (Features3 & (1 << (X86::FEATURE_MOVBE - 64))) { in getIntelProcessorTypeAndSubtype()
761 if (Features3 & (1 << (X86::FEATURE_MOVBE - 64))) { in getIntelProcessorTypeAndSubtype()
769 if (Features3 & (1 << (X86::FEATURE_EM64T - 64))) { in getIntelProcessorTypeAndSubtype()
795 if (Features3 & (1 << (X86::FEATURE_EM64T - 64))) { in getIntelProcessorTypeAndSubtype()
907 unsigned Features3 = 0; in getAvailableFeatures() local
916 Features3 |= 1U << ((F - 64) & 0x1f); in getAvailableFeatures()
1030 *Features3Out = Features3; in getAvailableFeatures()
[all …]