Home
last modified time | relevance | path

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

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86_64/
H A Dix86_cpudetect.c289 strcpy( cpuinfo.x86Fam, "Intel 486" ); in cpudetectInit()
299 strcpy( cpuinfo.x86Fam, "Intel Pentium" ); in cpudetectInit()
323 strcpy( cpuinfo.x86Fam, "Intel Core 2 Duo" ); in cpudetectInit()
362 strcpy(cpuinfo.x86Fam,"AMD Athlon(tm) 64 Processor"); in cpudetectInit()
367 strcat(cpuinfo.x86Fam,AMDspeedString); in cpudetectInit()
370 strcpy(cpuinfo.x86Fam,"AMD Opteron(tm) Processor"); in cpudetectInit()
373 strcpy( cpuinfo.x86Fam, "AMD Athlon X2 Processor" ); in cpudetectInit()
378 strcat(cpuinfo.x86Fam,AMDspeedString); in cpudetectInit()
384 strcpy(cpuinfo.x86Fam,"Unknown AMD 64 proccesor"); in cpudetectInit()
395 strcpy( cpuinfo.x86Fam, "AMD K7+ Processor" ); in cpudetectInit()
[all …]
H A Dix86-64.h196 s8 x86Fam[50]; // family in char format //the original cpu name string (in %s) member