HomeSort by relevance Sort by last modified time
    Searched refs:fcr0 (Results 1 - 7 of 7) sorted by null

  /external/qemu/target-mips/
exec.h 92 if (env->active_fpu.fcr0 & (1 << FCR0_F64))
machine.c 39 qemu_put_be32s(f, &fpu->fcr0);
186 qemu_get_be32s(f, &fpu->fcr0);
cpu.h 76 uint32_t fcr0; member in struct:CPUMIPSFPUContext
translate_init.c 322 /* 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;
translate.c     [all...]
op_helper.c     [all...]
  /external/qemu/
gdbstub.c 994 case 71: GET_REGL((int32_t)env->active_fpu.fcr0);
1054 case 71: env->active_fpu.fcr0 = tmp; break;
    [all...]

Completed in 41 milliseconds