dolphin/Source/Core
Sintendo e6fd843c0b JitArm64_LoadStore: Small dcbx optimization
MUL and SUB can be combined in one instruction.

Before:
0x1b1a7c01   mul    w1, w0, w26
0x4b010318   sub    w24, w24, w1

After:
0x1b1ae018   msub   w24, w0, w26, w24
2024-10-24 23:05:42 +02:00
..
AudioCommon
Common DolphinQt: JIT Widget Refresh 2024-10-19 02:30:44 -07:00
Core JitArm64_LoadStore: Small dcbx optimization 2024-10-24 23:05:42 +02:00
DiscIO Merge pull request #13090 from mitaclaw/ranges-modernization-1-trivial 2024-10-15 17:08:55 +02:00
DolphinNoGUI DolphinQt: JIT Widget Refresh 2024-10-19 02:30:44 -07:00
DolphinQt Merge pull request #12714 from mitaclaw/jit-widget-refresh 2024-10-21 12:03:50 -04:00
DolphinTool DolphinQt: JIT Widget Refresh 2024-10-19 02:30:44 -07:00
InputCommon Merge pull request #13090 from mitaclaw/ranges-modernization-1-trivial 2024-10-15 17:08:55 +02:00
MacUpdater
UICommon Move UICommon/Disassembler to Common/HostDisassembler 2024-10-19 00:14:54 -07:00
UpdaterCommon
VideoBackends Merge pull request #13104 from TellowKrinkle/MTLLogging 2024-10-19 13:03:52 -04:00
VideoCommon Merge pull request #13135 from Tilka/warning 2024-10-19 15:12:25 -04:00
WinUpdater
CMakeLists.txt
DolphinLib.ARM64.props
DolphinLib.props Move UICommon/Disassembler to Common/HostDisassembler 2024-10-19 00:14:54 -07:00
DolphinLib.vcxproj
DolphinLib.vcxproj.user
DolphinLib.x64.props