Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DHost.cpp253 bool Em64T = (EDX >> 29) & 0x1; in getHostCPUName() local
409 if (Em64T) in getHostCPUName()
430 return (Em64T) ? "x86-64" : "pentium4"; in getHostCPUName()
443 return (Em64T) ? "nocona" : "prescott"; in getHostCPUName()
446 return (Em64T) ? "x86-64" : "pentium4"; in getHostCPUName()