Searched refs:Ecx (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | checksum.cpp | 45 u32 Eax, Ebx = 0, Ecx = 0, Edx = 0; in hasHardwareCRC32() local 46 __get_cpuid(0, &Eax, &Ebx, &Ecx, &Edx); in hasHardwareCRC32() 49 (Ecx == signature_INTEL_ecx); in hasHardwareCRC32() 51 (Ecx == signature_AMD_ecx); in hasHardwareCRC32() 54 (Ecx == signature_HYGON_ecx); in hasHardwareCRC32() 57 __get_cpuid(1, &Eax, &Ebx, &Ecx, &Edx); in hasHardwareCRC32() 58 return !!(Ecx & bit_SSE4_2); in hasHardwareCRC32()
|
| /src/sys/contrib/edk2/Include/Library/ |
| H A D | BaseLib.h | 5851 OUT UINT32 *Ecx OPTIONAL, 5894 OUT UINT32 *Ecx OPTIONAL, 7471 IN UINTN Ecx, 7493 IN UINTN Ecx
|
| /src/sys/contrib/edk2/Include/Protocol/ |
| H A D | DebugSupport.h | 127 UINT32 Ecx; member
|