Lines Matching refs:Features3
525 unsigned Features2, unsigned Features3, in getIntelProcessorTypeAndSubtype() argument
722 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()
1051 unsigned Features = 0, Features2 = 0, Features3 = 0; in getHostCPUName() local
1053 getAvailableFeatures(ECX, EDX, MaxLeaf, &Features, &Features2, &Features3); in getHostCPUName()
1060 Features2, Features3, &Type, &Subtype); in getHostCPUName()