dolphin/Source/Core/Core
JosJuice 49e9cd42d4 JitArm64: Call GetImm before BindToRegister in subfcx
When BindToRegister is called, the register cache marks the relevant
guest register as no longer containing an immediate. However, subfcx was
calling GetImm after BindToRegister. This led to a lot of panic alerts
after 2995aa5be4 added an assert to GetImm to check that the passed-in
register is an immediate.

Both before and after 2995aa5be4, the actual value of the immediate
wasn't overwritten by BindForRegister, only the fact that the register
is an immediate. Because of this, the emitted code happened to work
correctly.
2025-11-17 20:00:36 +01:00
..
Boot Call JitInterface::UpdateMembase from PowerPC::MSRUpdated 2025-11-02 21:18:07 +01:00
Config Improved stereoscopic 3D settings 2025-11-12 12:29:03 +03:00
ConfigLoaders
Debugger MMU: Use templates for Read/Write functions 2025-10-08 11:27:06 +02:00
DSP Jit64: Dynamic length of regular jump instruction (for known addresses) 2025-10-08 00:15:57 +02:00
FifoPlayer Merge pull request #13236 from JosJuice/jit-set-msr-on-fallback 2025-11-11 20:55:24 -05:00
HLE HLE_VarArgs: Replace enable_if with concepts. 2025-10-13 23:42:31 -05:00
HW Merge pull request #14010 from jordan-woyak/wmreal-iolinux-reopen-on-unplug 2025-11-09 15:03:12 +01:00
IOS Merge pull request #13236 from JosJuice/jit-set-msr-on-fallback 2025-11-11 20:55:24 -05:00
PowerPC JitArm64: Call GetImm before BindToRegister in subfcx 2025-11-17 20:00:36 +01:00
AchievementManager.cpp RetroAchievements: Remove MemoryPeeker/MemoryPoker's copying approach 2025-11-10 21:14:20 +01:00
AchievementManager.h Merge pull request #13689 from JosJuice/lock-core-any-thread 2025-11-16 18:35:17 +01:00
ActionReplay.cpp Merge pull request #13939 from Dentomologist/logging_avoid_overwriting_debug_verbosity_in_release_builds 2025-11-08 14:47:27 +01:00
ActionReplay.h PatchEngine: OSD message showing number of enabled patches and cheats 2025-08-30 16:51:51 +02:00
ARDecrypt.cpp Fix various warnings 2025-07-12 12:47:30 +02:00
ARDecrypt.h
BootManager.cpp
BootManager.h
CheatCodes.h
CheatGeneration.cpp
CheatGeneration.h
CheatSearch.cpp CheatSearchWidget: New feature, writing a value to all selected addresses 2025-10-08 11:33:44 +02:00
CheatSearch.h CheatSearchWidget: New feature, writing a value to all selected addresses 2025-10-08 11:33:44 +02:00
CMakeLists.txt Jit: Extract immediate handling to separate ConstantPropagation class 2025-11-16 09:50:31 +01:00
CommonTitles.h
ConfigManager.cpp AdvancedPane: Add a button to restore default settings 2025-10-27 15:59:33 +01:00
ConfigManager.h AdvancedPane: Add a button to restore default settings 2025-10-27 15:59:33 +01:00
Core.cpp Merge pull request #13689 from JosJuice/lock-core-any-thread 2025-11-16 18:35:17 +01:00
Core.h Merge pull request #13689 from JosJuice/lock-core-any-thread 2025-11-16 18:35:17 +01:00
CoreTiming.cpp Core: Make AddOnStateChangedCallback use HookableEvent. 2025-11-09 16:43:19 -06:00
CoreTiming.h Core: Make AddOnStateChangedCallback use HookableEvent. 2025-11-09 16:43:19 -06:00
CPUThreadConfigCallback.cpp
CPUThreadConfigCallback.h CPUThreadConfigCallback: Use maximum value of size_t instead of -1 as default value ConfigChangedCallbackID 2025-11-08 23:23:33 -05:00
DolphinAnalytics.cpp DolphinAnalytics: Only call ReloadConfig in config changed callback when analytics enabled value changes 2025-11-12 00:09:41 -05:00
DolphinAnalytics.h DolphinAnalytics: Only call ReloadConfig in config changed callback when analytics enabled value changes 2025-11-12 00:09:41 -05:00
DSPEmulator.cpp
DSPEmulator.h DSPEmulator: Remove redundant parameter and code 2025-10-26 18:03:31 -07:00
FreeLookConfig.cpp
FreeLookConfig.h
FreeLookManager.cpp
FreeLookManager.h
GeckoCode.cpp MMU: Use templates for Read/Write functions 2025-10-08 11:27:06 +02:00
GeckoCode.h PatchEngine: OSD message showing number of enabled patches and cheats 2025-08-30 16:51:51 +02:00
GeckoCodeConfig.cpp
GeckoCodeConfig.h
Host.h Host: Remove unnecessary functions 2025-08-03 13:19:30 -07:00
HotkeyManager.cpp
HotkeyManager.h Merge pull request #13522 from tygyh/Enforce-overriding-destructor-style-Core&UnitTests 2025-06-07 17:55:14 -05:00
LibusbUtils.cpp LibusbUtils: Change libusb_init failure from an ASSERT_MSG to an ERROR_LOG_FMT. 2025-07-23 21:16:04 -05:00
LibusbUtils.h LibusbUtils: Add GetStringDescriptor function to return unicode strings and replace our libusb_get_string_descriptor_ascii calls. 2025-07-06 19:41:14 -05:00
MachineContext.h
MemoryWatcher.cpp MMU: Use templates for Read/Write functions 2025-10-08 11:27:06 +02:00
MemoryWatcher.h
MemTools.cpp
MemTools.h
Movie.cpp
Movie.h
NetPlayClient.cpp Avoid map/set double lookups 2025-07-08 06:53:42 +02:00
NetPlayClient.h
NetPlayCommon.cpp
NetPlayCommon.h
NetPlayProto.h
NetPlayServer.cpp Avoid map/set double lookups 2025-07-08 06:53:42 +02:00
NetPlayServer.h
NetworkCaptureLogger.cpp fmt: Replace deprecated fmt::localtime usage with Common::LocalTime 2025-06-04 13:32:12 +02:00
NetworkCaptureLogger.h
PatchEngine.cpp MMU: Use templates for Read/Write functions 2025-10-08 11:27:06 +02:00
PatchEngine.h
State.cpp Host: Remove unnecessary function 2025-08-03 13:12:01 -07:00
State.h Fix various warnings 2025-07-12 12:47:30 +02:00
SyncIdentifier.h
SysConf.cpp
SysConf.h
System.cpp Common: Make HookableEvent use non-static data. 2025-11-02 17:30:43 -06:00
System.h Common: Make HookableEvent use non-static data. 2025-11-02 17:30:43 -06:00
TimePlayed.cpp
TimePlayed.h
TitleDatabase.cpp
TitleDatabase.h
USBUtils.cpp USBUtils: Refactor USB device handling 2025-07-23 03:26:25 +02:00
USBUtils.h USBUtils: Refactor USB device handling 2025-07-23 03:26:25 +02:00
WC24PatchEngine.cpp
WC24PatchEngine.h
WiiRoot.cpp
WiiRoot.h
WiiUtils.cpp Source: Remove redundant lambda parameter lists 2025-06-14 10:19:31 +02:00
WiiUtils.h