Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/Support/
DHost.cpp222 bool Em64T = (EDX >> 29) & 0x1; in getHostCPUName() local
358 default: return (Em64T) ? "x86-64" : "i686"; in getHostCPUName()
371 return (Em64T) ? "x86-64" : "pentium4"; in getHostCPUName()
384 return (Em64T) ? "nocona" : "prescott"; in getHostCPUName()
387 return (Em64T) ? "x86-64" : "pentium4"; in getHostCPUName()