Searched refs:cpuinfo_has_arm_vfpv2 (Results 1 – 25 of 78) sorted by relevance
1234
128 printf("\tVFPv2: %s\n", cpuinfo_has_arm_vfpv2() ? "yes" : "no"); in main()
169 if (!cpuinfo_initialize() || !(cpuinfo_has_arm_vfpv2() || cpuinfo_has_arm_vfpv3())) { in CheckVFP()
286 ASSERT_FALSE(cpuinfo_has_arm_vfpv2()); in TEST()
290 ASSERT_FALSE(cpuinfo_has_arm_vfpv2()); in TEST()