Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DHost.cpp956 bool HasExtLeaf1 = MaxExtLevel >= 0x80000001 && in getAvailableFeatures() local
958 if (HasExtLeaf1 && ((ECX >> 6) & 1)) in getAvailableFeatures()
960 if (HasExtLeaf1 && ((ECX >> 11) & 1)) in getAvailableFeatures()
962 if (HasExtLeaf1 && ((ECX >> 16) & 1)) in getAvailableFeatures()
965 if (HasExtLeaf1 && ((EDX >> 29) & 1)) in getAvailableFeatures()
1206 bool HasExtLeaf1 = MaxExtLevel >= 0x80000001 && in getHostCPUFeatures() local
1208 Features["sahf"] = HasExtLeaf1 && ((ECX >> 0) & 1); in getHostCPUFeatures()
1209 Features["lzcnt"] = HasExtLeaf1 && ((ECX >> 5) & 1); in getHostCPUFeatures()
1210 Features["sse4a"] = HasExtLeaf1 && ((ECX >> 6) & 1); in getHostCPUFeatures()
1211 Features["prfchw"] = HasExtLeaf1 && ((ECX >> 8) & 1); in getHostCPUFeatures()
[all …]
/external/llvm/lib/Support/
DHost.cpp1202 bool HasExtLeaf1 = MaxExtLevel >= 0x80000001 && in getHostCPUFeatures() local
1204 Features["lzcnt"] = HasExtLeaf1 && ((ECX >> 5) & 1); in getHostCPUFeatures()
1205 Features["sse4a"] = HasExtLeaf1 && ((ECX >> 6) & 1); in getHostCPUFeatures()
1206 Features["prfchw"] = HasExtLeaf1 && ((ECX >> 8) & 1); in getHostCPUFeatures()
1207 Features["xop"] = HasExtLeaf1 && ((ECX >> 11) & 1) && HasAVXSave; in getHostCPUFeatures()
1208 Features["fma4"] = HasExtLeaf1 && ((ECX >> 16) & 1) && HasAVXSave; in getHostCPUFeatures()
1209 Features["tbm"] = HasExtLeaf1 && ((ECX >> 21) & 1); in getHostCPUFeatures()
1210 Features["mwaitx"] = HasExtLeaf1 && ((ECX >> 29) & 1); in getHostCPUFeatures()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DHost.cpp1316 bool HasExtLeaf1 = MaxExtLevel >= 0x80000001 && in getHostCPUFeatures() local
1318 Features["lzcnt"] = HasExtLeaf1 && ((ECX >> 5) & 1); in getHostCPUFeatures()
1319 Features["sse4a"] = HasExtLeaf1 && ((ECX >> 6) & 1); in getHostCPUFeatures()
1320 Features["prfchw"] = HasExtLeaf1 && ((ECX >> 8) & 1); in getHostCPUFeatures()
1321 Features["xop"] = HasExtLeaf1 && ((ECX >> 11) & 1) && HasAVXSave; in getHostCPUFeatures()
1322 Features["fma4"] = HasExtLeaf1 && ((ECX >> 16) & 1) && HasAVXSave; in getHostCPUFeatures()
1323 Features["tbm"] = HasExtLeaf1 && ((ECX >> 21) & 1); in getHostCPUFeatures()
1324 Features["mwaitx"] = HasExtLeaf1 && ((ECX >> 29) & 1); in getHostCPUFeatures()