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

  /external/qemu/target-mips/
machine.c 39 qemu_put_be32s(f, &fpu->fcr0);
186 qemu_get_be32s(f, &fpu->fcr0);
cpu.h 84 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;
op_helper.c 64 if (env->active_fpu.fcr0 & (1 << FCR0_F64)) {
    [all...]
translate.c     [all...]
  /external/qemu/
gdbstub.c 996 case 71: GET_REGL((int32_t)env->active_fpu.fcr0);
1056 case 71: env->active_fpu.fcr0 = tmp; break;
    [all...]

Completed in 369 milliseconds