Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/base/
Dcpu.h96 bool has_avx() const { return has_avx_; } in has_avx()
165 bool has_avx_; variable
Dcpu.cc389 has_avx_ = features.x86.has_avx; in StarboardDetectCPU()
432 has_avx_(false), in CPU()
501 has_avx_ = (cpu_info[2] & 0x10000000) != 0; in CPU()