Home
last modified time | relevance | path

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

/external/qemu/target-mips/
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.h84 uint32_t fcr0; member
Dop_helper.c64 if (env->active_fpu.fcr0 & (1 << FCR0_F64)) { in compute_hflags()
2228 arg1 = (int32_t)env->active_fpu.fcr0; in helper_cfc1()
Dtranslate.c8464 env->active_fpu.fcr0, env->active_fpu.fcr31, is_fpu64, env->active_fpu.fp_status, in fpu_dump_state()
8576 offsetof(CPUMIPSState, active_fpu.fcr0), in mips_tcg_init()
8678 if (env->active_fpu.fcr0 & (1 << FCR0_F64)) { in cpu_reset()
/external/qemu/
Dgdbstub.c996 case 71: GET_REGL((int32_t)env->active_fpu.fcr0); in cpu_gdb_read_register()
1056 case 71: env->active_fpu.fcr0 = tmp; break; in cpu_gdb_write_register()