dolphin/Source/UnitTests/Core
JosJuice e1379fffc0 Jit64: Make ABI_CallFunction generic
This replaces all the hand-coded variants of ABI_CallFunction with a
single generic function. It handles all existing cases, plus many new
cases that would have been annoying to hand-code.

The implementation is based on our AArch64 ABI_CallFunction, but
adapted for x64. The most notable differences are support for memory
operands and a new way for callers to specify the sizes of operands.
2025-12-15 20:47:07 +01:00
..
DSP UnitTests/Core: Remove unused includes 2025-05-16 15:31:31 +02:00
IOS Merge pull request #13672 from tygyh/UnitTests/Remove-redundant-template-type-specifiers 2025-05-18 02:12:45 -05:00
PowerPC Jit64: Make ABI_CallFunction generic 2025-12-15 20:47:07 +01:00
CMakeLists.txt Add Unit Test for Patch Allowlist 2024-07-07 21:29:03 +02:00
CoreTimingTest.cpp CoreTiming: Fix unsafe usage of m_globals.global_timer in ScheduleEvent from non-CPU thread. 2025-06-29 20:55:43 -05:00
MMIOTest.cpp UnitTests/Core: Make parameters constant 2025-05-16 15:29:31 +02:00
PageFaultTest.cpp Merge pull request #13572 from tygyh/UnitTests-Remove-redundant-virtual-specifier 2025-05-07 16:06:25 -05:00
PatchAllowlistTest.cpp Disable PatchAllowlistTest if USE_RETRO_ACHIEVEMENTS is OFF 2025-11-27 01:26:51 +01:00