Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/base/
Dcpu.h102 bool has_popcnt() const { return has_popcnt_; } in has_popcnt()
171 bool has_popcnt_; variable
Dcpu.cc395 has_popcnt_ = features.x86.has_popcnt; in StarboardDetectCPU()
438 has_popcnt_(false), in CPU()
499 has_popcnt_ = (cpu_info[2] & 0x00800000) != 0; in CPU()