Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DHost.cpp1503 bool HasExtLeaf8 = MaxExtLevel >= 0x80000008 && in getHostCPUFeatures() local
1505 Features["clzero"] = HasExtLeaf8 && ((EBX >> 0) & 1); in getHostCPUFeatures()
1506 Features["wbnoinvd"] = HasExtLeaf8 && ((EBX >> 9) & 1); in getHostCPUFeatures()