Home
last modified time | relevance | path

Searched defs:GETPC (Results 1 – 25 of 25) sorted by relevance

/dports/emulators/x49gp/x49gp/x49gp-code/qemu/qemu-git/
H A Ddyngen-exec.h121 # define GETPC() ((void*)(((unsigned long)__builtin_return_address(0) & 0x7fffffffUL) - 1)) macro
125 # define GETPC() ((void *)((unsigned long)__builtin_return_address(0) - 2)) macro
127 # define GETPC() ((void *)((unsigned long)__builtin_return_address(0) - 1)) macro
H A Dexec.c3702 #define GETPC() NULL macro
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/exec/
H A Dexec-all.h431 # define GETPC() tci_tb_ptr macro
433 # define GETPC() \ macro
/dports/emulators/qemu42/qemu-4.2.1/include/exec/
H A Dexec-all.h467 # define GETPC() tci_tb_ptr macro
469 # define GETPC() \ macro
/dports/emulators/qemu-utils/qemu-4.2.1/include/exec/
H A Dexec-all.h467 # define GETPC() tci_tb_ptr macro
469 # define GETPC() \ macro
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/exec/
H A Dexec-all.h473 # define GETPC() tci_tb_ptr macro
475 # define GETPC() \ macro
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/exec/
H A Dexec-all.h473 # define GETPC() tci_tb_ptr macro
475 # define GETPC() \ macro
/dports/emulators/qemu60/qemu-6.0.0/include/exec/
H A Dexec-all.h545 # define GETPC() tci_tb_ptr macro
547 # define GETPC() \ macro
/dports/emulators/qemu5/qemu-5.2.0/include/exec/
H A Dexec-all.h556 # define GETPC() tci_tb_ptr macro
558 # define GETPC() \ macro
/dports/emulators/qemu/qemu-6.2.0/include/exec/
H A Dexec-all.h591 # define GETPC() tci_tb_ptr macro
593 # define GETPC() \ macro
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/exec/
H A Dexec-all.h590 # define GETPC() tci_tb_ptr macro
592 # define GETPC() \ macro
/dports/emulators/mess/mame-mame0226/src/devices/cpu/mb88xx/
H A Dmb88xx.cpp70 #define GETPC() (((int)m_PA << 6)+m_PC) macro
/dports/emulators/mame/mame-mame0226/src/devices/cpu/mb88xx/
H A Dmb88xx.cpp70 #define GETPC() (((int)m_PA << 6)+m_PC) macro
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/include/exec/
H A Dexec-all.h330 #define GETPC() (GETRA() - GETPC_ADJ) macro
/dports/emulators/unicorn/unicorn-1.0.2/qemu/include/exec/
H A Dexec-all.h330 #define GETPC() (GETRA() - GETPC_ADJ) macro
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/accel/tcg/
H A Dcputlb.c1137 #define GETPC() ((uintptr_t)0) macro
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/
H A Dcpuintrf.c263 #define GETPC(index) ((*cpu[index].intf->get_pc)()) macro
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/cpu/tms34010/
H A D34010ops.c1456 #define GETPC(R) \ macro
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/tms34010/
H A D34010ops.c1503 #define GETPC(R) \ macro
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/tms34010/
H A D34010ops.c1503 #define GETPC(R) \ macro
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/tms34/
H A D34010ops.c1576 #define GETPC(R) \ macro
/dports/emulators/mess/mame-mame0226/src/devices/cpu/tms34010/
H A D34010ops.hxx1557 #define GETPC(R) \ macro
/dports/emulators/fs-uae/fs-uae-3.1.35/src/mame/tm34010/
H A D34010ops.c1562 #define GETPC(R) \ macro
/dports/emulators/mame/mame-mame0226/src/devices/cpu/tms34010/
H A D34010ops.hxx1557 #define GETPC(R) \ macro
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/mips/
H A Dop_helper.c4319 MSA_ST_DF(DF_BYTE, b, helper_ret_stb_mmu, oi, GETPC()) in MSA_ST_DF() argument