Searched refs:old_IP (Results 1 – 5 of 5) sorted by relevance
/dports/emulators/mednafen/mednafen/src/wswan/ |
H A D | debug.h | 19 void WSwanDBG_AddBranchTrace(uint16 old_CS, uint16 old_IP, uint16 CS, uint16 IP, bool interrupt);
|
H A D | v30mz.cpp | 42 static uint16 old_CS, old_IP; variable 45 …#define ADDBRANCHTRACE(x,y) { if(branch_trace_hook) branch_trace_hook(old_CS, old_IP, x, y, false)… 46 …#define ADDBRANCHTRACE_INT(x,y) { if(branch_trace_hook) branch_trace_hook(old_CS, old_IP, x,y, tru… 47 #define SETOLDCSIP() { old_CS = I.sregs[PS]; old_IP = I.pc; }
|
/dports/games/libretro-beetle_wswan/beetle-wswan-libretro-5b03d1b/mednafen/wswan/ |
H A D | debug.h | 16 void WSwanDBG_AddBranchTrace(uint16 old_CS, uint16 old_IP, uint16 CS, uint16 IP, bool interrupt);
|
H A D | v30mz.cpp | 39 static uint16 old_CS, old_IP; variable 54 …#define ADDBRANCHTRACE(x,y) { if(branch_trace_hook) branch_trace_hook(old_CS, old_IP, x, y, false)… 55 …#define ADDBRANCHTRACE_INT(x,y) { if(branch_trace_hook) branch_trace_hook(old_CS, old_IP, x,y, tru… 56 #define SETOLDCSIP() { old_CS = I.sregs[PS]; old_IP = I.pc; }
|
/dports/emulators/bochs/bochs-2.7/cpu/ |
H A D | vm8086.cc | 237 Bit16u old_IP = IP; in v86_redirect_interrupt() local 243 push_16(old_IP); in v86_redirect_interrupt()
|