Home
last modified time | relevance | path

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

/external/v8/src/base/
Dcpu.h64 bool has_mmx() const { return has_mmx_; } in has_mmx()
97 bool has_mmx_; variable
Dcpu.cc296 has_mmx_(false), in CPU()
338 has_mmx_ = (cpu_info[3] & 0x00800000) != 0; in CPU()