Home
last modified time | relevance | path

Searched refs:Ebx (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
Dchecksum.cpp42 u32 Eax, Ebx = 0, Ecx = 0, Edx = 0; in hasHardwareCRC32() local
43 __get_cpuid(0, &Eax, &Ebx, &Ecx, &Edx); in hasHardwareCRC32()
44 const bool IsIntel = (Ebx == signature_INTEL_ebx) && in hasHardwareCRC32()
47 const bool IsAMD = (Ebx == signature_AMD_ebx) && (Edx == signature_AMD_edx) && in hasHardwareCRC32()
49 const bool IsHygon = (Ebx == signature_HYGON_ebx) && in hasHardwareCRC32()
54 __get_cpuid(1, &Eax, &Ebx, &Ecx, &Edx); in hasHardwareCRC32()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/
Dscudo_utils.cpp74 u32 Eax, Ebx, Ecx, Edx; in hasHardwareCRC32() local
75 __get_cpuid(0, &Eax, &Ebx, &Ecx, &Edx); in hasHardwareCRC32()
76 const bool IsIntel = (Ebx == signature_INTEL_ebx) && in hasHardwareCRC32()
79 const bool IsAMD = (Ebx == signature_AMD_ebx) && in hasHardwareCRC32()
82 const bool IsHygon = (Ebx == signature_HYGON_ebx) && in hasHardwareCRC32()
87 __get_cpuid(1, &Eax, &Ebx, &Ecx, &Edx); in hasHardwareCRC32()
/freebsd-12-stable/sys/contrib/edk2/Include/Library/
DBaseLib.h28 UINT32 Ebx; member
6761 OUT UINT32 *Ebx, OPTIONAL
6805 OUT UINT32 *Ebx, OPTIONAL
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
Dwin32_crashrpt.c228 context->Eax, context->Ebx, context->Ecx, in write_process_info()
/freebsd-12-stable/contrib/gdb/gdb/
Dwince.c196 context_offset (Ebx),
Dwin32-nat.c160 context_offset (Ebx),