Home
last modified time | relevance | path

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

/external/v8/src/base/
Dcpu.cc368 has_vfp_ = features.arm.has_vfp; in StarboardDetectCPU()
436 has_vfp_(false), in CPU()
624 has_vfp_ = (hwcaps & HWCAP_VFP) != 0; in CPU()
634 has_vfp_ = HasListItem(features, "vfp"); in CPU()
648 if (has_vfp_ && has_neon_) { in CPU()
668 has_fpu_ = has_vfp_; in CPU()
683 has_vfp_ = has_fpu_; in CPU()
686 has_vfp3_ = has_vfp_; in CPU()
Dcpu.h110 bool has_vfp() const { return has_vfp_; } in has_vfp()
154 bool has_vfp_; variable