Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DHost.cpp138 bool Em64T = (EDX >> 29) & 0x1; in getHostCPUName() local
259 default: return (Em64T) ? "x86-64" : "i686"; in getHostCPUName()
272 return (Em64T) ? "x86-64" : "pentium4"; in getHostCPUName()
285 return (Em64T) ? "nocona" : "prescott"; in getHostCPUName()
288 return (Em64T) ? "x86-64" : "pentium4"; in getHostCPUName()