Home
last modified time | relevance | path

Searched refs:has_mmx_ (Results 1 – 6 of 6) sorted by relevance

/external/chromium/base/
Dcpu.h29 int has_mmx() const { return has_mmx_; } in has_mmx()
47 bool has_mmx_; variable
Dcpu.cc24 has_mmx_(false), in CPU()
112 has_mmx_ = (cpu_info[3] & 0x00800000) != 0; in Initialize()
/external/chromium_org/base/
Dcpu.h41 bool has_mmx() const { return has_mmx_; } in has_mmx()
73 bool has_mmx_; variable
Dcpu.cc31 has_mmx_(false), in CPU()
117 has_mmx_ = (cpu_info[3] & 0x00800000) != 0; in Initialize()
/external/chromium_org/v8/src/
Dcpu.h86 bool has_mmx() const { return has_mmx_; } in has_mmx()
127 bool has_mmx_; variable
Dcpu.cc266 has_mmx_(false), in CPU()
307 has_mmx_ = (cpu_info[3] & 0x00800000) != 0; in CPU()