Home
last modified time | relevance | path

Searched refs:has_vfp (Results 1 – 2 of 2) sorted by relevance

/qemu/target/arm/
H A Dcpu.c1534 DEFINE_PROP_BOOL("vfp", ARMCPU, has_vfp, true);
1754 cpu->has_vfp = true; in arm_cpu_post_init()
1762 cpu->has_vfp = true; in arm_cpu_post_init()
2067 cpu->has_vfp != cpu->has_neon) { in arm_cpu_realizefn()
2090 if (!cpu->has_vfp) { in arm_cpu_realizefn()
2188 if (!cpu->has_neon && !cpu->has_vfp) { in arm_cpu_realizefn()
H A Dcpu.h905 bool has_vfp; member