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

  /external/chromium_org/base/
cpu.h 41 bool has_mmx() const { return has_mmx_; }
78 bool has_mmx_; member in class:base::CPU
cpu.cc 38 has_mmx_(false),
222 has_mmx_ = (cpu_info[3] & 0x00800000) != 0;
  /external/chromium_org/v8/src/base/
cpu.h 64 bool has_mmx() const { return has_mmx_; }
97 bool has_mmx_; member in class:v8::base::FINAL
cpu.cc 278 has_mmx_(false),
320 has_mmx_ = (cpu_info[3] & 0x00800000) != 0;

Completed in 381 milliseconds