Searched refs:Ebx (Results 1 – 2 of 2) sorted by relevance
/freebsd/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() 47 const bool IsIntel = (Ebx == signature_INTEL_ebx) && in hasHardwareCRC32() 50 const bool IsAMD = (Ebx == signature_AMD_ebx) && (Edx == signature_AMD_edx) && in hasHardwareCRC32() 52 const bool IsHygon = (Ebx == signature_HYGON_ebx) && in hasHardwareCRC32() 57 __get_cpuid(1, &Eax, &Ebx, &Ecx, &Edx); in hasHardwareCRC32()
|
/freebsd/sys/contrib/edk2/Include/Library/ |
H A D | BaseLib.h | 25 UINT32 Ebx; member 5664 OUT UINT32 *Ebx, OPTIONAL 5708 OUT UINT32 *Ebx, OPTIONAL
|