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

  /external/qemu/hw/
mips_timer.c 26 return env->CP0_Count;
28 return env->CP0_Count +
39 wait = env->CP0_Compare - env->CP0_Count -
48 env->CP0_Count = count;
51 env->CP0_Count =
71 cpu_mips_store_count(env, env->CP0_Count);
77 env->CP0_Count += (uint32_t)muldiv64(qemu_get_clock(vm_clock),
96 env->CP0_Count++;
98 env->CP0_Count--;
  /external/qemu/target-mips/
machine.c 112 qemu_put_sbe32s(f, &env->CP0_Count);
263 qemu_get_sbe32s(f, &env->CP0_Count);
cpu.h 264 int32_t CP0_Count;
op_helper.c     [all...]

Completed in 737 milliseconds