HomeSort by relevance Sort by last modified time
    Searched refs:has_sse2_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/base/
cpu.h 31 int has_sse2() const { return has_sse2_; }
49 bool has_sse2_; member in class:base::CPU
cpu.cc 26 has_sse2_(false),
114 has_sse2_ = (cpu_info[3] & 0x04000000) != 0;
  /external/stressapptest/src/
os.cc 79 has_sse2_ = false;
158 has_sse2_ = (dx >> 26) & 1;
162 has_sse2_ ? "true" : "false");
227 if (has_sse2_) {
os.h 270 bool has_sse2_; // Do we have sse2 instructions? member in class:OsLayer

Completed in 56 milliseconds