eden/src/core/arm/nce
lizzie 975aa4e2f2
[common] remove ptr indirection on WallClock (#3864)
also devirtualizes manually since compiler doesn't do it with LTO

Signed-off-by: lizzie <lizzie@eden-emu.dev>

Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3864
Reviewed-by: crueter <crueter@eden-emu.dev>
2026-05-15 22:06:38 +02:00
..
arm_nce.cpp [nce] use correct process memory in fault handlers (#3391) 2026-01-27 04:27:49 +01:00
arm_nce.h nce: implement instruction emulation for misaligned memory accesses 2023-12-10 18:23:42 -05:00
arm_nce.s nce: implement instruction emulation for misaligned memory accesses 2023-12-10 18:23:42 -05:00
arm_nce_asm_definitions.h nce: implement instruction emulation for misaligned memory accesses 2023-12-10 18:23:42 -05:00
guest_context.h core: refactor emulated cpu core activation 2023-12-04 10:37:16 -05:00
instructions.h [core, qt] remove non-ascii from src code (#2779) 2025-10-21 21:58:56 +02:00
interpreter_visitor.cpp [dynarmic] remove decode matcher function handlers using std::function<>, use raw function pointers (#3920) 2026-05-09 05:41:41 +02:00
interpreter_visitor.h [common/logging] Simplify logging logic and fix issues when logging before system is created (#3688) 2026-03-12 18:29:15 +01:00
patcher.cpp [common] remove ptr indirection on WallClock (#3864) 2026-05-15 22:06:38 +02:00
patcher.h [common/logging] Simplify logging logic and fix issues when logging before system is created (#3688) 2026-03-12 18:29:15 +01:00
visitor_base.h nce: hide shadowing warnings from dynarmic headers 2023-12-20 11:07:50 -05:00