Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dchecksum.cpp45 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/sys/contrib/edk2/Include/Library/
H A DBaseLib.h5852 OUT UINT32 *Edx OPTIONAL
5895 OUT UINT32 *Edx OPTIONAL
7472 IN UINTN Edx
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp1714 for (unsigned Idx = 0, Edx = PNCanonNums.size(); Idx < Edx; ++Idx) { in findOrCreatePHIInBlock() local
1743 for (unsigned Idx = 0, Edx = NewPN->getNumIncomingValues(); Idx < Edx; in findOrCreatePHIInBlock() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp1419 for (unsigned Idx = IRCand.getStartIdx(), Edx = IRCand.getEndIdx(); in findCandidates() local
1420 Idx <= Edx; ++Idx) in findCandidates()
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DDebugSupport.h126 UINT32 Edx; member
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cpp1089 Printf("edx = %lx ", ctx->Edx); in DumpAllRegisters()