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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DHost.cpp1108 bool HasExtLeaf1 = MaxExtLevel >= 0x80000001 && local
1110 if (HasExtLeaf1 && ((ECX >> 6) & 1))
1112 if (HasExtLeaf1 && ((ECX >> 11) & 1))
1114 if (HasExtLeaf1 && ((ECX >> 16) & 1))
1117 if (HasExtLeaf1 && ((EDX >> 29) & 1))
1397 bool HasExtLeaf1 = MaxExtLevel >= 0x80000001 && local
1399 Features["sahf"] = HasExtLeaf1 && ((ECX >> 0) & 1);
1400 Features["lzcnt"] = HasExtLeaf1 && ((ECX >> 5) & 1);
1401 Features["sse4a"] = HasExtLeaf1 && ((ECX >> 6) & 1);
1402 Features["prfchw"] = HasExtLeaf1
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dcpu_model.c602 bool HasExtLeaf1 = MaxExtLevel >= 0x80000001 && local
604 if (HasExtLeaf1 && ((ECX >> 6) & 1))
606 if (HasExtLeaf1 && ((ECX >> 11) & 1))
608 if (HasExtLeaf1 && ((ECX >> 16) & 1))

Completed in 162 milliseconds