Home
last modified time | relevance | path

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

/external/libchrome/base/
Dcpu.h42 bool has_sse() const { return has_sse_; } in has_sse()
71 bool has_sse_; variable
Dcpu.cc40 has_sse_(false), in CPU()
171 has_sse_ = (cpu_info[3] & 0x02000000) != 0; in Initialize()