Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/base/
Dcpu.h87 bool has_sahf() const { return has_sahf_; } in has_sahf()
154 bool has_sahf_; variable
Dcpu.cc388 has_sahf_ = features.x86.has_sahf; in StarboardDetectCPU()
422 has_sahf_(false), in CPU()
547 has_sahf_ = (cpu_info[2] & 0x00000001) != 0; in CPU()