Home
last modified time | relevance | path

Searched refs:HWCAP_VFPD32 (Results 1 - 5 of 5) sorted by relevance

/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dhwcap.h20 #define HWCAP_VFPD32 (1 << 19) macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dhwcap.h20 #define HWCAP_VFPD32 (1 << 19) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dhwcap.h20 #define HWCAP_VFPD32 (1 << 19) macro
/third_party/musl/arch/arm/bits/
H A Dhwcap.h20 #define HWCAP_VFPD32 (1 << 19) macro
/third_party/node/deps/v8/src/base/
H A Dcpu.cc119 #define HWCAP_VFPD32 (1 << 19) /* set if VFP has 32 regs (not 16) */
674 (hwcaps & HWCAP_VFPD32) != 0)); in CPU()

Completed in 4 milliseconds