Home | History | Annotate | Download | only in cpufeatures

Lines Matching defs:HWCAP_VFP

448 #define HWCAP_VFP       (1 << 6)
468 ( HWCAP_VFP | \
590 hwcaps |= HWCAP_VFP;
775 int has_vfp = (hwcaps & HWCAP_VFP);