Home | History | Annotate | Download | only in cpufeatures

Lines Matching defs:HWCAP_VFPv3

438 #define HWCAP_VFPv3     (1 << 13)
450 HWCAP_VFPv3 | \
560 hwcaps |= HWCAP_VFPv3;
744 int has_vfpv3 = (hwcaps & HWCAP_VFPv3);