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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DHost.cpp1413 bool HasExtLeaf8 = MaxExtLevel >= 0x80000008 && local
1415 Features["clzero"] = HasExtLeaf8 && ((EBX >> 0) & 1);
1416 Features["wbnoinvd"] = HasExtLeaf8 && ((EBX >> 9) & 1);

Completed in 83 milliseconds