Home
last modified time | relevance | path

Searched refs:cycleLastPC (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/
H A DGPUCommon.h342 u32 cycleLastPC; variable
H A DGPUCommon.cpp984 cycleLastPC = list.pc; in InterpretList()
1022 if (cycleLastPC != list.pc) { in InterpretList()
1125 u32 executed = (currentPC - cycleLastPC) / 4; in UpdatePC()
1127 cycleLastPC = newPC; in UpdatePC()
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/
H A DGPUCommon.h342 u32 cycleLastPC; variable
H A DGPUCommon.cpp984 cycleLastPC = list.pc; in InterpretList()
1022 if (cycleLastPC != list.pc) { in InterpretList()
1125 u32 executed = (currentPC - cycleLastPC) / 4; in UpdatePC()
1127 cycleLastPC = newPC; in UpdatePC()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/
H A DGPUCommon.h342 u32 cycleLastPC; variable
H A DGPUCommon.cpp984 cycleLastPC = list.pc; in InterpretList()
1022 if (cycleLastPC != list.pc) { in InterpretList()
1125 u32 executed = (currentPC - cycleLastPC) / 4; in UpdatePC()
1127 cycleLastPC = newPC; in UpdatePC()