Home
last modified time | relevance | path

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

/external/v8/src/base/
Dcpu.h69 bool has_sse41() const { return has_sse41_; } in has_sse41()
102 bool has_sse41_; variable
Dcpu.cc301 has_sse41_(false), in CPU()
343 has_sse41_ = (cpu_info[2] & 0x00080000) != 0; in CPU()