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

/external/qemu/target-mips/
H A Dmachine.c39 qemu_put_be32s(f, &fpu->fcr0);
186 qemu_get_be32s(f, &fpu->fcr0);
H A Dcpu.h84 uint32_t fcr0; member in struct:CPUMIPSFPUContext
H A Dtranslate_init.c322 /* The R4000 has a full 64bit FPU but doesn't use the fcr0 bits. */
340 /* The VR5432 has a full 64bit FPU but doesn't use the fcr0 bits. */
384 /* The 5Kf has F64 / L / W but doesn't use the fcr0 bits. */
410 /* The 20Kc has F64 / L / W but doesn't use the fcr0 bits. */
524 env->fpus[i].fcr0 = def->CP1_fcr0;
H A Dop_helper.c64 if (env->active_fpu.fcr0 & (1 << FCR0_F64)) {
2228 arg1 = (int32_t)env->active_fpu.fcr0;
H A Dtranslate.c8464 env->active_fpu.fcr0, env->active_fpu.fcr31, is_fpu64, env->active_fpu.fp_status,
8576 offsetof(CPUMIPSState, active_fpu.fcr0),
8577 "fcr0");
8678 if (env->active_fpu.fcr0 & (1 << FCR0_F64)) {
/external/qemu/
H A Dgdbstub.c996 case 71: GET_REGL((int32_t)env->active_fpu.fcr0);
1056 case 71: env->active_fpu.fcr0 = tmp; break;

Completed in 96 milliseconds