Home
last modified time | relevance | path

Searched refs:fcr0 (Results 1 – 7 of 7) sorted by relevance

/external/qemu/target-mips/
Dexec.h92 if (env->active_fpu.fcr0 & (1 << FCR0_F64)) in compute_hflags()
Dmachine.c39 qemu_put_be32s(f, &fpu->fcr0); in save_fpu()
186 qemu_get_be32s(f, &fpu->fcr0); in load_fpu()
Dtranslate_init.c524 env->fpus[i].fcr0 = def->CP1_fcr0; in fpu_init()
Dcpu.h76 uint32_t fcr0; member
Dtranslate.c8457 env->active_fpu.fcr0, env->active_fpu.fcr31, is_fpu64, env->active_fpu.fp_status, in fpu_dump_state()
8568 offsetof(CPUState, active_fpu.fcr0), in mips_tcg_init()
8667 if (env->active_fpu.fcr0 & (1 << FCR0_F64)) { in cpu_reset()
Dop_helper.c2050 arg1 = (int32_t)env->active_fpu.fcr0; in helper_cfc1()
/external/qemu/
Dgdbstub.c994 case 71: GET_REGL((int32_t)env->active_fpu.fcr0); in cpu_gdb_read_register()
1054 case 71: env->active_fpu.fcr0 = tmp; break; in cpu_gdb_write_register()