Searched refs:Edx (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | checksum.cpp | 43 u32 Eax, Ebx = 0, Ecx = 0, Edx = 0; in hasHardwareCRC32() local 44 __get_cpuid(0, &Eax, &Ebx, &Ecx, &Edx); in hasHardwareCRC32() 46 (Edx == signature_INTEL_edx) && in hasHardwareCRC32() 48 const bool IsAMD = (Ebx == signature_AMD_ebx) && (Edx == signature_AMD_edx) && in hasHardwareCRC32() 51 (Edx == signature_HYGON_edx) && in hasHardwareCRC32() 55 __get_cpuid(1, &Eax, &Ebx, &Ecx, &Edx); in hasHardwareCRC32()
|
| /freebsd-14.2/sys/contrib/edk2/Include/Library/ |
| H A D | BaseLib.h | 5666 OUT UINT32 *Edx OPTIONAL 5710 OUT UINT32 *Edx OPTIONAL 7368 IN UINTN Edx
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | IROutliner.cpp | 1729 for (unsigned Idx = 0, Edx = PNCanonNums.size(); Idx < Edx; ++Idx) { in findOrCreatePHIInBlock() local 1758 for (unsigned Idx = 0, Edx = NewPN->getNumIncomingValues(); Idx < Edx; in findOrCreatePHIInBlock() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | IRSimilarityIdentifier.cpp | 1426 for (unsigned Idx = IRCand.getStartIdx(), Edx = IRCand.getEndIdx(); in findCandidates() local 1427 Idx <= Edx; ++Idx) { in findCandidates()
|