Home | History | Annotate | Download | only in arm

Lines Matching refs:VFP32DREGS

304   printf("ARMv8=%d ARMv7=%d VFPv3=%d VFP32DREGS=%d NEON=%d SUDIV=%d",
306 CpuFeatures::IsSupported(VFPv3), CpuFeatures::IsSupported(VFP32DREGS),
568 if (CpuFeatures::IsSupported(VFP32DREGS)) {
570 // it's awkward to use CpuFeatures::VFP32DREGS with CpuFeatureScope. To make
572 EnableCpuFeature(VFP32DREGS);