Searched refs:HWCAP_VFPv3 (Results 1 – 6 of 6) sorted by relevance
48 #define HWCAP_VFPv3 (1 << 13) macro92 *hwcap |= HWCAP_VFPv3; in get_cpuinfo()96 *hwcap |= HWCAP_VFP | HWCAP_VFPv3; in get_cpuinfo()
14 #define HWCAP_VFPv3 (1 << 13) macro
113 #define HWCAP_VFPv3 (1 << 13)672 has_vfp3_ = (hwcaps & (HWCAP_VFPv3 | HWCAP_VFPv3D16 | HWCAP_VFPv4)) != 0; in CPU()