Home | History | Annotate | Download | only in cpufeatures

Lines Matching defs:HWCAP_VFPv4

440 #define HWCAP_VFPv4     (1 << 16)
451 HWCAP_VFPv4 | \
564 hwcaps |= HWCAP_VFPv4;
746 int has_vfpv4 = (hwcaps & HWCAP_VFPv4);