Home
last modified time | relevance | path

Searched refs:HWCAP_VFPv3D16 (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/include/bits/
Dhwcap.h15 #define HWCAP_VFPv3D16 (1 << 14) macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dhwcap.h15 #define HWCAP_VFPv3D16 (1 << 14) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dhwcap.h15 #define HWCAP_VFPv3D16 (1 << 14) macro
/third_party/musl/arch/arm/bits/
Dhwcap.h15 #define HWCAP_VFPv3D16 (1 << 14) macro
/third_party/node/deps/v8/src/base/
Dcpu.cc114 #define HWCAP_VFPv3D16 (1 << 14) /* also set for VFPv4-D16 */
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()