MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / intEventTest

Function intEventTest

pcsx2/Interpreter.cpp:556–568  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

554}
555
556void intEventTest()
557{
558 // Perform counters, ints, and IOP updates:
559 _cpuEventTest_Shared();
560
561 if (intExitExecution)
562 {
563 intExitExecution = false;
564 if (CHECK_EEREC)
565 writebackCache();
566 fastjmp_jmp(&intJmpBuf, 1);
567 }
568}
569
570static void intSafeExitExecution()
571{

Callers 15

doBranchFunction · 0.85
intDoBranchFunction · 0.85
BEQFunction · 0.85
BNEFunction · 0.85
BEQLFunction · 0.85
BNELFunction · 0.85
BLEZLFunction · 0.85
BGTZLFunction · 0.85
BLTZLFunction · 0.85
BGEZLFunction · 0.85
BLTZALLFunction · 0.85
BGEZALLFunction · 0.85

Calls 2

_cpuEventTest_SharedFunction · 0.85
writebackCacheFunction · 0.85

Tested by

no test coverage detected