Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DHost.cpp1734 bool HasExtLeaf8 = MaxExtLevel >= 0x80000008 && in getHostCPUFeatures() local
1736 Features["clzero"] = HasExtLeaf8 && ((EBX >> 0) & 1); in getHostCPUFeatures()
1737 Features["rdpru"] = HasExtLeaf8 && ((EBX >> 4) & 1); in getHostCPUFeatures()
1738 Features["wbnoinvd"] = HasExtLeaf8 && ((EBX >> 9) & 1); in getHostCPUFeatures()