Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/base/
Dcpu.h88 bool has_mmx() const { return has_mmx_; } in has_mmx()
155 bool has_mmx_; variable
Dcpu.cc423 has_mmx_(false), in CPU()
492 has_mmx_ = (cpu_info[3] & 0x00800000) != 0; in CPU()