Home | History | Annotate | Download | only in cpufeatures

Lines Matching defs:HWCAP_VFPv3D16

439 #define HWCAP_VFPv3D16  (1 << 14)
562 hwcaps |= HWCAP_VFPv3D16;
745 int has_vfpv3d16 = (hwcaps & HWCAP_VFPv3D16);