Home
last modified time | relevance | path

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

/external/chromium/base/
Dcpu.h30 int has_sse() const { return has_sse_; } in has_sse()
48 bool has_sse_; variable
Dcpu.cc25 has_sse_(false), in CPU()
113 has_sse_ = (cpu_info[3] & 0x02000000) != 0; in Initialize()