Home
last modified time | relevance | path

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

/external/libchrome/base/
Dcpu.h43 bool has_sse2() const { return has_sse2_; } in has_sse2()
72 bool has_sse2_; variable
Dcpu.cc41 has_sse2_(false), in CPU()
172 has_sse2_ = (cpu_info[3] & 0x04000000) != 0; in Initialize()