Home
last modified time | relevance | path

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

/external/compiler-rt/lib/scudo/
Dscudo_utils.cpp50 u32 Ecx; member
57 : "=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()
/external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
DDebugSupport.h130 UINT32 Ecx; member