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

  /external/chromium_org/base/
cpu.h 43 bool has_sse2() const { return has_sse2_; }
80 bool has_sse2_; member in class:base::CPU
cpu.cc 40 has_sse2_(false),
224 has_sse2_ = (cpu_info[3] & 0x04000000) != 0;
  /external/chromium_org/v8/src/base/
cpu.h 66 bool has_sse2() const { return has_sse2_; }
99 bool has_sse2_; member in class:v8::base::FINAL
cpu.cc 280 has_sse2_(false),
322 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 120 milliseconds