Home
last modified time | relevance | path

Searched refs:IsAMD (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dchecksum.cpp48 const bool IsAMD = (Ebx == signature_AMD_ebx) && (Edx == signature_AMD_edx) && in hasHardwareCRC32() local
53 if (!IsIntel && !IsAMD && !IsHygon) in hasHardwareCRC32()
/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_utils.cpp79 const bool IsAMD = (Ebx == signature_AMD_ebx) && in hasHardwareCRC32() local
85 if (!IsIntel && !IsAMD && !IsHygon) in hasHardwareCRC32()