Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dchecksum.cpp48 const bool IsAMD = (Ebx == signature_AMD_ebx) && (Edx == signature_AMD_edx) && in hasHardwareCRC32()
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dcpuid.h19 #define signature_AMD_ebx 0x68747541 macro