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.c273 m68k_set_feature(env, M68K_FEATURE_CF_FPU); in cfv4e_cpu_initfn()
287 m68k_set_feature(env, M68K_FEATURE_CF_FPU); in any_cpu_initfn()
328 return m68k_feature(&s->env, M68K_FEATURE_CF_FPU) || in fpu_needed()
H A Dcpu.h511 M68K_FEATURE_CF_FPU, enumerator
H A Dfpu_helper.c140 if (m68k_feature(env, M68K_FEATURE_CF_FPU)) { in cpu_m68k_restore_fp_status()
H A Dhelper.c126 if (m68k_feature(env, M68K_FEATURE_CF_FPU)) { in m68k_cpu_init_gdb()
H A Dtranslate.c954 if (m68k_feature(s->env, M68K_FEATURE_CF_FPU)) { in gen_load_fp()
1001 if (m68k_feature(s->env, M68K_FEATURE_CF_FPU)) { in gen_store_fp()
1135 if (m68k_feature(s->env, M68K_FEATURE_CF_FPU)) { in gen_ea_mode_fp()