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

  /external/libchrome/base/
cpu.h 41 bool has_mmx() const { return has_mmx_; }
70 bool has_mmx_; member in class:base::final
cpu.cc 39 has_mmx_(false),
170 has_mmx_ = (cpu_info[3] & 0x00800000) != 0;
  /external/v8/src/base/
cpu.h 87 bool has_mmx() const { return has_mmx_; }
135 bool has_mmx_; member in class:v8::base::final
cpu.cc 316 has_mmx_(false),
368 has_mmx_ = (cpu_info[3] & 0x00800000) != 0;

Completed in 3966 milliseconds