Home
last modified time | relevance | path

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

/external/libchrome/base/
Dcpu.h47 bool has_sse42() const { return has_sse42_; } in has_sse42()
76 bool has_sse42_; variable
Dcpu.cc45 has_sse42_(false), in CPU()
176 has_sse42_ = (cpu_info[2] & 0x00100000) != 0; in Initialize()