Searched refs:has_neon (Results 1 – 2 of 2) sorted by relevance
1578 DEFINE_PROP_BOOL("neon", ARMCPU, has_neon, true);1822 cpu->has_neon = true; in arm_cpu_post_init()2108 cpu->has_vfp != cpu->has_neon) { in arm_cpu_realizefn()2118 if (cpu->has_vfp_d32 != cpu->has_neon) { in arm_cpu_realizefn()2174 if (!cpu->has_neon) { in arm_cpu_realizefn()2229 if (!cpu->has_neon && !cpu->has_vfp) { in arm_cpu_realizefn()
919 bool has_neon; member