Home
last modified time | relevance | path

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

/external/v8/src/base/
Dcpu.h68 bool has_ssse3() const { return has_ssse3_; } in has_ssse3()
101 bool has_ssse3_; variable
Dcpu.cc300 has_ssse3_(false), in CPU()
342 has_ssse3_ = (cpu_info[2] & 0x00000200) != 0; in CPU()