Searched refs:has_sse2_ (Results 1 – 6 of 6) sorted by relevance
43 bool has_sse2() const { return has_sse2_; } in has_sse2()75 bool has_sse2_; variable
38 has_sse2_(false), in CPU()174 has_sse2_ = (cpu_info[3] & 0x04000000) != 0; in Initialize()
66 bool has_sse2() const { return has_sse2_; } in has_sse2()99 bool has_sse2_; variable
255 has_sse2_(false), in CPU()296 has_sse2_ = (cpu_info[3] & 0x04000000) != 0; in CPU()
79 has_sse2_ = false; in OsLayer()158 has_sse2_ = (dx >> 26) & 1; in GetFeatures()162 has_sse2_ ? "true" : "false"); in GetFeatures()227 if (has_sse2_) { in AdlerMemcpyWarm()
270 bool has_sse2_; // Do we have sse2 instructions? variable