Searched refs:Features3 (Results 1 – 1 of 1) sorted by relevance
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() local916 Features3 |= 1U << ((F - 64) & 0x1f); in getAvailableFeatures()1030 *Features3Out = Features3; in getAvailableFeatures()[all …]