dolphin/Source/UnitTests
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
..
Common Jit64: Make ABI_CallFunction generic 2025-12-15 20:47:07 +01:00
Core Jit64: Make ABI_CallFunction generic 2025-12-15 20:47:07 +01:00
VideoCommon Merge pull request #13023 from tygyh/Replace-ties-with-structured-bindings 2025-06-07 17:50:34 -05:00
CMakeLists.txt
StubHost.cpp Host: Remove unnecessary functions 2025-08-03 13:19:30 -07:00
UnitTests.vcxproj Jit64: Make ABI_CallFunction generic 2025-12-15 20:47:07 +01:00
UnitTests.vcxproj.user
UnitTestsMain.cpp Core: Remove IsHostThread 2025-11-10 21:14:56 +01:00