Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/TargetParser/
H A DHost.cpp1318 bool HasLeaf7Subleaf1 = in getAvailableFeatures() local
1321 if (HasLeaf7Subleaf1 && ((EAX >> 5) & 1) && HasAVX512Save) in getAvailableFeatures()
1833 bool HasLeaf7Subleaf1 = in getHostCPUFeatures() local
1836 Features["sha512"] = HasLeaf7Subleaf1 && ((EAX >> 0) & 1); in getHostCPUFeatures()
1837 Features["sm3"] = HasLeaf7Subleaf1 && ((EAX >> 1) & 1); in getHostCPUFeatures()
1838 Features["sm4"] = HasLeaf7Subleaf1 && ((EAX >> 2) & 1); in getHostCPUFeatures()
1839 Features["raoint"] = HasLeaf7Subleaf1 && ((EAX >> 3) & 1); in getHostCPUFeatures()
1843 Features["cmpccxadd"] = HasLeaf7Subleaf1 && ((EAX >> 7) & 1); in getHostCPUFeatures()
1844 Features["hreset"] = HasLeaf7Subleaf1 && ((EAX >> 22) & 1); in getHostCPUFeatures()
1850 Features["prefetchi"] = HasLeaf7Subleaf1 && ((EDX >> 14) & 1); in getHostCPUFeatures()
[all …]
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/
H A Dx86.c821 bool HasLeaf7Subleaf1 = in getAvailableFeatures() local
824 if (HasLeaf7Subleaf1 && ((EAX >> 5) & 1) && HasAVX512Save) in getAvailableFeatures()