Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DHost.cpp1122 bool HasExtLeaf1 = MaxExtLevel >= 0x80000001 && in getAvailableFeatures() local
1124 if (HasExtLeaf1 && ((ECX >> 6) & 1)) in getAvailableFeatures()
1126 if (HasExtLeaf1 && ((ECX >> 11) & 1)) in getAvailableFeatures()
1128 if (HasExtLeaf1 && ((ECX >> 16) & 1)) in getAvailableFeatures()
1131 if (HasExtLeaf1 && ((EDX >> 29) & 1)) in getAvailableFeatures()
1487 bool HasExtLeaf1 = MaxExtLevel >= 0x80000001 && in getHostCPUFeatures() local
1489 Features["sahf"] = HasExtLeaf1 && ((ECX >> 0) & 1); in getHostCPUFeatures()
1490 Features["lzcnt"] = HasExtLeaf1 && ((ECX >> 5) & 1); in getHostCPUFeatures()
1491 Features["sse4a"] = HasExtLeaf1 && ((ECX >> 6) & 1); in getHostCPUFeatures()
1492 Features["prfchw"] = HasExtLeaf1 && ((ECX >> 8) & 1); in getHostCPUFeatures()
[all …]