Home | History | Annotate | Download | only in cpufeatures

Lines Matching defs:HWCAP_VFPv4

470 #define HWCAP_VFPv4     (1 << 16)
488 HWCAP_VFPv4 | \
613 hwcaps |= HWCAP_VFPv4;
795 int has_vfpv4 = (hwcaps & HWCAP_VFPv4);