Home
last modified time | relevance | path

Searched refs:old_IP (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/mednafen/mednafen/src/wswan/
H A Ddebug.h19 void WSwanDBG_AddBranchTrace(uint16 old_CS, uint16 old_IP, uint16 CS, uint16 IP, bool interrupt);
H A Dv30mz.cpp42 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 Ddebug.h16 void WSwanDBG_AddBranchTrace(uint16 old_CS, uint16 old_IP, uint16 CS, uint16 IP, bool interrupt);
H A Dv30mz.cpp39 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 Dvm8086.cc237 Bit16u old_IP = IP; in v86_redirect_interrupt() local
243 push_16(old_IP); in v86_redirect_interrupt()