Home | History | Annotate | Download | only in cpufeatures

Lines Matching defs:HWCAP_VFPv4

453 #define HWCAP_VFPv4     (1 << 16)
471 HWCAP_VFPv4 | \
596 hwcaps |= HWCAP_VFPv4;
778 int has_vfpv4 = (hwcaps & HWCAP_VFPv4);