Searched refs:has_vfp_d32 (Results 1 – 2 of 2) sorted by relevance
1575 DEFINE_PROP_BOOL("vfp-d32", ARMCPU, has_vfp_d32, true);1793 cpu->has_vfp_d32 = true; in arm_cpu_post_init()1806 cpu->has_vfp_d32 = true; in arm_cpu_post_init()2118 if (cpu->has_vfp_d32 != cpu->has_neon) { in arm_cpu_realizefn()2123 if (!cpu->has_vfp_d32) { in arm_cpu_realizefn()
917 bool has_vfp_d32; member