Home
last modified time | relevance | path

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

/external/libchrome/base/
Dcpu.h41 bool has_mmx() const { return has_mmx_; } in has_mmx()
70 bool has_mmx_; variable
Dcpu.cc39 has_mmx_(false), in CPU()
170 has_mmx_ = (cpu_info[3] & 0x00800000) != 0; in Initialize()