Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dchecksum.cpp44 const bool IsIntel = (Ebx == signature_INTEL_ebx) && in hasHardwareCRC32() local
52 if (!IsIntel && !IsAMD && !IsHygon) in hasHardwareCRC32()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_utils.cpp76 const bool IsIntel = (Ebx == signature_INTEL_ebx) && in hasHardwareCRC32() local
85 if (!IsIntel && !IsAMD && !IsHygon) in hasHardwareCRC32()