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

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/common/
H A Dcpuid.c89 cpuid_vendorstr_to_vendorcode (char *vendorstr) argument
91 if (strcmp (vendorstr, X86_VENDORSTR_Intel) == 0)
93 else if (strcmp (vendorstr, X86_VENDORSTR_AMD) == 0)
/netbsd-current/external/gpl3/binutils/dist/gprofng/common/
H A Dcpuid.c89 cpuid_vendorstr_to_vendorcode (char *vendorstr) argument
91 if (strcmp (vendorstr, X86_VENDORSTR_Intel) == 0)
93 else if (strcmp (vendorstr, X86_VENDORSTR_AMD) == 0)

Completed in 80 milliseconds