Searched refs:has_sse2_ (Results 1 – 4 of 4) sorted by relevance
31 int has_sse2() const { return has_sse2_; } in has_sse2()49 bool has_sse2_; variable
26 has_sse2_(false), in CPU()114 has_sse2_ = (cpu_info[3] & 0x04000000) != 0; in Initialize()
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