Home
last modified time | relevance | path

Searched refs:M68K_FEATURE_CF_FPU (Results 1 – 5 of 5) sorted by relevance

/qemu/target/m68k/
H A Dcpu.c351 m68k_set_feature(env, M68K_FEATURE_CF_FPU); in cfv4e_cpu_initfn()
365 m68k_set_feature(env, M68K_FEATURE_CF_FPU); in any_cpu_initfn()
406 return m68k_feature(&s->env, M68K_FEATURE_CF_FPU) || in fpu_needed()
H A Dcpu.h513 M68K_FEATURE_CF_FPU, enumerator
H A Dfpu_helper.c139 if (m68k_feature(env, M68K_FEATURE_CF_FPU)) { in cpu_m68k_restore_fp_status()
H A Dhelper.c130 if (m68k_feature(env, M68K_FEATURE_CF_FPU)) { in m68k_cpu_init_gdb()
H A Dtranslate.c960 if (m68k_feature(s->env, M68K_FEATURE_CF_FPU)) { in gen_load_fp()
1007 if (m68k_feature(s->env, M68K_FEATURE_CF_FPU)) { in gen_store_fp()
1141 if (m68k_feature(s->env, M68K_FEATURE_CF_FPU)) { in gen_ea_mode_fp()