dolphin/Source/Core
JosJuice 431ee1c48a JitArm64: Improve register handling for MMIO loadstores
Because of the previous commit, `regs_in_use` must not include `dest_reg`
when calling MMIOLoadToReg. There are also some other registers we can
skip including in regs_in_use just for efficiency's sake.

The `addr_reg_set = false` statements that I've added in this commit are
technically redundant – if `mmio_address` is non-zero then `addr_reg_set`
is already false – but it's just a coincidence that that's the case.
2022-10-29 14:16:53 +02:00
..
AudioCommon WaveFile: Fix size check 2022-10-22 11:44:38 -07:00
Common JitArm64: Reimplement Force25BitPrecision 2022-10-22 10:03:52 +02:00
Core JitArm64: Improve register handling for MMIO loadstores 2022-10-29 14:16:53 +02:00
DiscIO Show vWii System Menu version in Menu Bar 2022-10-22 13:36:55 +02:00
DolphinNoGUI Merge pull request #10751 from Zopolis4/manifesto 2022-09-08 20:36:28 +02:00
DolphinQt Merge pull request #11135 from AdmiralCurtiss/ppcanalyst-unused-stats 2022-10-23 21:22:54 +02:00
DolphinTool Merge pull request #10751 from Zopolis4/manifesto 2022-09-08 20:36:28 +02:00
InputCommon Merge pull request #10979 from tellowkrinkle/QuartzWindowSpeed 2022-10-22 04:55:12 -04:00
MacUpdater WinUpdater: Check OS and VC++ Redist versions. 2022-09-20 15:57:50 -07:00
UICommon WinUpdater: Defer modifying any files until Updater.exe 2022-10-21 19:14:00 -07:00
UpdaterCommon Updater: clarify a string 2022-10-23 01:47:02 -07:00
VideoBackends Merge pull request #11028 from tellowkrinkle/MetalFixes 2022-10-24 15:22:37 -04:00
VideoCommon Merge pull request #11028 from tellowkrinkle/MetalFixes 2022-10-24 15:22:37 -04:00
WinUpdater WinUpdater: Check OS and VC++ Redist versions. 2022-09-20 15:57:50 -07:00
CMakeLists.txt CMakeLists: Add option to disable automatic update support 2022-03-18 03:04:51 -04:00
DolphinLib.ARM64.props msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
DolphinLib.props Merge pull request #11072 from SketchMaster2001/wiiconnect24 2022-10-16 04:31:28 +02:00
DolphinLib.vcxproj WinUpdater: Check OS and VC++ Redist versions. 2022-09-20 15:57:50 -07:00
DolphinLib.vcxproj.user msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
DolphinLib.x64.props msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00