Searched refs:HWCAP_ARM_VFP (Results 1 – 9 of 9) sorted by relevance
25 # define ARM_HAVE_VFP (GLRO (dl_hwcap) & HWCAP_ARM_VFP)
76 #define HWCAP_IMPORTANT (HWCAP_ARM_VFP | HWCAP_ARM_NEON)
67 tst r2, #HWCAP_ARM_VFP
47 tst r2, #HWCAP_ARM_VFP
30 #define HWCAP_ARM_VFP 64 macro
31 if (hwcap & HWCAP_ARM_VFP) in IFUNC_SELECTOR()
45 use_vfp = (GLRO(dl_hwcap) & HWCAP_ARM_VFP) != 0; in __libc_ifunc_impl_list()
70 tst a3, #HWCAP_ARM_VFP
87 tst a4, #HWCAP_ARM_VFP
Completed in 6 milliseconds