OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cpu_mips_store_count
(Results
1 - 3
of
3
) sorted by null
/external/qemu/hw/
mips_timer.c
45
void
cpu_mips_store_count
(CPUState *env, uint32_t count)
function
71
cpu_mips_store_count
(env, env->CP0_Count);
108
cpu_mips_store_count
(env, 1);
/external/qemu/target-mips/
cpu.h
619
void
cpu_mips_store_count
(CPUState *env, uint32_t value);
op_helper.c
1111
cpu_mips_store_count
(env, arg1);
[
all
...]
Completed in 51 milliseconds