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 42 bool has_mmx() const { return has_mmx_; }
71 bool has_mmx_; member in class:base::CPU
cpu.cc 38 has_mmx_(false),
164 has_mmx_ = (cpu_info[3] & 0x00800000) != 0;
  /external/v8/src/base/
cpu.h 87 bool has_mmx() const { return has_mmx_; }
134 bool has_mmx_; member in class:v8::base::final
cpu.cc 321 has_mmx_(false),
372 has_mmx_ = (cpu_info[3] & 0x00800000) != 0;

Completed in 80 milliseconds