Home
last modified time | relevance | path

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

/external/v8/src/base/
Dcpu.cc307 has_vfp3_(false), in CPU()
431 has_vfp3_ = (hwcaps & (HWCAP_VFPv3 | HWCAP_VFPv3D16 | HWCAP_VFPv4)) != 0; in CPU()
432 has_vfp3_d32_ = (has_vfp3_ && ((hwcaps & HWCAP_VFPv3D16) == 0 || in CPU()
442 has_vfp3_ = true; in CPU()
444 has_vfp3_ = true; in CPU()
455 has_vfp3_ = true; in CPU()
459 if (architecture_ < 7 && has_vfp3_) { in CPU()
492 has_vfp3_ = has_vfp_; in CPU()
Dcpu.h77 bool has_vfp3() const { return has_vfp3_; } in has_vfp3()
108 bool has_vfp3_; variable