Searched refs:HWCAP_VFPv3 (Results 1 – 2 of 2) sorted by relevance
20 #define HWCAP_VFPv3 (1 << 13) macro
102 #define HWCAP_VFPv3 (1 << 13)519 has_vfp3_ = (hwcaps & (HWCAP_VFPv3 | HWCAP_VFPv3D16 | HWCAP_VFPv4)) != 0; in CPU()