Searched refs:Ecx (Results 1 – 2 of 2) sorted by relevance
50 u32 Ecx; member57 : "=a" (info->Eax), "=b" (info->Ebx), "=c" (info->Ecx), "=d" (info->Edx) in getCPUID()70 memcmp(reinterpret_cast<char *>(&Info.Ecx), "ntel", 4) == 0) { in isSupportedCPU()75 memcmp(reinterpret_cast<char *>(&Info.Ecx), "cAMD", 4) == 0) { in isSupportedCPU()95 return ((CPUInfo.Ecx >> 20) & 0x1) != 0; in testCPUFeature()
130 UINT32 Ecx; member