Home
last modified time | relevance | path

Searched refs:CpuInstruction (Results 1 – 9 of 9) sorted by relevance

/dports/emulators/hatari/hatari-2.2.1/src/debug/
H A Dprofilecpu.c816 CpuInstruction.D_Cache_hit = 0; in Profile_CpuStart()
817 CpuInstruction.I_Cache_hit = 0; in Profile_CpuStart()
818 CpuInstruction.I_Cache_miss = 0; in Profile_CpuStart()
819 CpuInstruction.D_Cache_miss = 0; in Profile_CpuStart()
1077 i_hits = CpuInstruction.I_Cache_hit; in Profile_CpuUpdate()
1078 d_hits = CpuInstruction.D_Cache_hit; in Profile_CpuUpdate()
1079 i_misses = CpuInstruction.I_Cache_miss; in Profile_CpuUpdate()
1083 CpuInstruction.I_Cache_hit = 0; in Profile_CpuUpdate()
1084 CpuInstruction.D_Cache_hit = 0; in Profile_CpuUpdate()
1085 CpuInstruction.I_Cache_miss = 0; in Profile_CpuUpdate()
[all …]
/dports/games/libretro-hatari/hatari-561c07e/tests/debugger/
H A Dtest-dummies.c35 cpu_instruction_t CpuInstruction; variable
/dports/games/libretro-hatari/hatari-561c07e/src/includes/
H A Dm68000.h165 extern cpu_instruction_t CpuInstruction;
/dports/emulators/hatari/hatari-2.2.1/src/includes/
H A Dm68000.h213 extern cpu_instruction_t CpuInstruction;
/dports/games/libretro-hatari/hatari-561c07e/src/
H A Dm68000.c85 cpu_instruction_t CpuInstruction; variable
/dports/emulators/hatari/hatari-2.2.1/src/
H A Dm68000.c101 cpu_instruction_t CpuInstruction; variable
/dports/games/libretro-hatari/hatari-561c07e/src/cpu/
H A Dnewcpu.c3438 …if ((currprefs.cpu_model == 68030) && ((r->cacr & 3) == 1) && (CpuInstruction.iCacheMisses == 0)) … in m68k_run_2ce()
3439 if (falcon_instr_cycle.head < CpuInstruction.iSave_instr_tail) in m68k_run_2ce()
3442 curr_cycles = (falcon_instr_cycle.cache_cycles - CpuInstruction.iSave_instr_tail); in m68k_run_2ce()
3444 CpuInstruction.iSave_instr_tail = falcon_instr_cycle.tail; in m68k_run_2ce()
4723 CpuInstruction.iCacheMisses++; in fill_icache020()
4739 CpuInstruction.iCacheMisses = 0; in get_word_ce020_prefetch()
4809 CpuInstruction.iCacheMisses++; in fill_icache030()
4977 CpuInstruction.iCacheMisses = 0; in get_word_ce030_prefetch()
/dports/games/libretro-hatari/hatari-561c07e/src/debug/
H A Dprofilecpu.c876 misses = CpuInstruction.iCacheMisses; in Profile_CpuUpdate()
/dports/emulators/hatari/hatari-2.2.1/src/cpu/
H A Dnewcpu.c10378 CpuInstruction.I_Cache_hit++;
10410 CpuInstruction.I_Cache_miss++;
10898 CpuInstruction.I_Cache_hit++;
10971 CpuInstruction.I_Cache_miss++;
11258 CpuInstruction.D_Cache_miss++;
11264 CpuInstruction.D_Cache_hit++;
11295 CpuInstruction.D_Cache_miss++;
11300 CpuInstruction.D_Cache_hit++;
11573 CpuInstruction.I_Cache_hit++;
11612 CpuInstruction.I_Cache_miss++;