Searched refs:Edx (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| HD | checksum.cpp | 45 u32 Eax, Ebx = 0, Ecx = 0, Edx = 0; in hasHardwareCRC32() local 46 __get_cpuid(0, &Eax, &Ebx, &Ecx, &Edx); in hasHardwareCRC32() 48 (Edx == signature_INTEL_edx) && in hasHardwareCRC32() 50 const bool IsAMD = (Ebx == signature_AMD_ebx) && (Edx == signature_AMD_edx) && in hasHardwareCRC32() 53 (Edx == signature_HYGON_edx) && in hasHardwareCRC32() 57 __get_cpuid(1, &Eax, &Ebx, &Ecx, &Edx); in hasHardwareCRC32()
|
| /freebsd-13-stable/sys/contrib/edk2/Include/Library/ |
| HD | BaseLib.h | 5666 OUT UINT32 *Edx OPTIONAL 5710 OUT UINT32 *Edx OPTIONAL 7368 IN UINTN Edx
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| HD | IROutliner.cpp | 1732 for (unsigned Idx = 0, Edx = PNCanonNums.size(); Idx < Edx; ++Idx) { in findOrCreatePHIInBlock() local 1761 for (unsigned Idx = 0, Edx = NewPN->getNumIncomingValues(); Idx < Edx; in findOrCreatePHIInBlock() local
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| HD | IRSimilarityIdentifier.cpp | 1426 for (unsigned Idx = IRCand.getStartIdx(), Edx = IRCand.getEndIdx(); in findCandidates() local 1427 Idx <= Edx; ++Idx) { in findCandidates()
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/ |
| HD | win32_crashrpt.c | 229 context->Edx, context->Esi, context->Edi); in write_process_info()
|