reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
67 __get_cpuid(0, &Eax, &Ebx, &Ecx, &Edx); 68 const bool IsIntel = (Ebx == signature_INTEL_ebx) && 71 const bool IsAMD = (Ebx == signature_AMD_ebx) && 76 __get_cpuid(1, &Eax, &Ebx, &Ecx, &Edx);