Home | History | Annotate | Download | only in cpufeatures

Lines Matching defs:HWCAP_VFPv3D16

469 #define HWCAP_VFPv3D16  (1 << 14)
611 hwcaps |= HWCAP_VFPv3D16;
794 int has_vfpv3d16 = (hwcaps & HWCAP_VFPv3D16);