Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/base/
Dcpu.cc375 has_vfp3_ = features.arm.has_vfp3; in StarboardDetectCPU()
443 has_vfp3_(false), in CPU()
672 has_vfp3_ = (hwcaps & (HWCAP_VFPv3 | HWCAP_VFPv3D16 | HWCAP_VFPv4)) != 0; in CPU()
673 has_vfp3_d32_ = (has_vfp3_ && ((hwcaps & HWCAP_VFPv3D16) == 0 || in CPU()
683 has_vfp3_ = true; in CPU()
685 has_vfp3_ = true; in CPU()
696 has_vfp3_ = true; in CPU()
700 if (architecture_ < 7 && has_vfp3_) { in CPU()
733 has_vfp3_ = has_vfp_; in CPU()
Dcpu.h123 bool has_vfp3() const { return has_vfp3_; } in has_vfp3()
176 bool has_vfp3_; variable