Home | History | Annotate | Download | only in cpufeatures

Lines Matching refs:HWCAP_VFPv3D16

436 #define HWCAP_VFPv3D16  (1 << 14)
501 hwcaps |= HWCAP_VFPv3D16;
672 int has_vfpv3d16 = (hwcaps & HWCAP_VFPv3D16);