Home
last modified time | relevance | path

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

/external/cpu_features/src/
Dcpuinfo_x86.c250 static int IsVendor(const Leaf leaf, const char* const name) { in IsVendor() function
1388 const bool is_intel = IsVendor(leaf_0, "GenuineIntel"); in GetX86Info()
1389 const bool is_amd = IsVendor(leaf_0, "AuthenticAMD"); in GetX86Info()
1406 if (IsVendor(leaf_0, "GenuineIntel")) { in GetX86CacheInfo()