Searched refs:HWCAP_VFPv4 (Results 1 – 5 of 5) sorted by relevance
17 #define HWCAP_VFPv4 (1 << 16) macro
116 #define HWCAP_VFPv4 (1 << 16)672 has_vfp3_ = (hwcaps & (HWCAP_VFPv3 | HWCAP_VFPv3D16 | HWCAP_VFPv4)) != 0; in CPU()