Home
last modified time | relevance | path

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

/external/v8/src/base/
Dcpu.h65 bool has_sse() const { return has_sse_; } in has_sse()
98 bool has_sse_; variable
Dcpu.cc297 has_sse_(false), in CPU()
339 has_sse_ = (cpu_info[3] & 0x02000000) != 0; in CPU()