Searched refs:HasExtLeaf1 (Results 1 – 2 of 2) sorted by relevance
1246 bool HasExtLeaf1 = MaxExtLevel >= 0x80000001 && in getAvailableFeatures() local1248 if (HasExtLeaf1 && ((ECX >> 6) & 1)) in getAvailableFeatures()1250 if (HasExtLeaf1 && ((ECX >> 11) & 1)) in getAvailableFeatures()1252 if (HasExtLeaf1 && ((ECX >> 16) & 1)) in getAvailableFeatures()1255 if (HasExtLeaf1 && ((EDX >> 29) & 1)) in getAvailableFeatures()1646 bool HasExtLeaf1 = MaxExtLevel >= 0x80000001 && in getHostCPUFeatures() local1648 Features["sahf"] = HasExtLeaf1 && ((ECX >> 0) & 1); in getHostCPUFeatures()1649 Features["lzcnt"] = HasExtLeaf1 && ((ECX >> 5) & 1); in getHostCPUFeatures()1650 Features["sse4a"] = HasExtLeaf1 && ((ECX >> 6) & 1); in getHostCPUFeatures()1651 Features["prfchw"] = HasExtLeaf1 && ((ECX >> 8) & 1); in getHostCPUFeatures()[all …]
755 bool HasExtLeaf1 = MaxExtLevel >= 0x80000001 && in getAvailableFeatures() local757 if (HasExtLeaf1 && ((ECX >> 6) & 1)) in getAvailableFeatures()759 if (HasExtLeaf1 && ((ECX >> 11) & 1)) in getAvailableFeatures()761 if (HasExtLeaf1 && ((ECX >> 16) & 1)) in getAvailableFeatures()