Searched refs:Em64T (Results 1 – 1 of 1) sorted by relevance
253 bool Em64T = (EDX >> 29) & 0x1; in getHostCPUName() local409 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()