dolphin/Source/Core
Sintendo 6a92a90bce JitArm64_Integer: subfcx - Subtract shifted 12-bit constant
Eliminate an instruction by encoding the constant in the subtraction,
part two.

Before:
0x52900019   mov    w25, #0x8000              ; =32768
0x6b190359   subs   w25, w26, w25

After:
0x71402359   subs   w25, w26, #0x8, lsl #12   ; =0x8000
2025-08-07 07:51:15 +02:00
..
AudioCommon Merge pull request #13725 from Sam-Belliveau/more-consistent-looping 2025-08-05 20:02:58 -04:00
Common Merge pull request #13791 from jordan-woyak/realtek-firmware-loader 2025-08-04 19:42:59 -04:00
Core JitArm64_Integer: subfcx - Subtract shifted 12-bit constant 2025-08-07 07:51:15 +02:00
DiscIO WiiSaveBanner: fall back to $userdir/Load/WiiBanners 2025-07-04 23:15:50 +01:00
DolphinNoGUI Host: Remove unnecessary functions 2025-08-03 13:19:30 -07:00
DolphinQt Merge pull request #13831 from JoshuaVandaele/dualcore-conf 2025-08-05 13:45:15 -04:00
DolphinTool Host: Remove unnecessary functions 2025-08-03 13:19:30 -07:00
InputCommon Merge pull request #13177 from jordan-woyak/remove-nunchuk-hax 2025-08-01 22:00:17 +02:00
MacUpdater InputCommon: Update to use SDL3 and bump the SDL submodule in Externals to release-3.2.16. 2025-06-07 16:27:54 -05:00
UICommon USBUtils: Refactor USB device handling 2025-07-23 03:26:25 +02:00
UpdaterCommon Simplify std::copy with std::copy_n 2024-10-07 15:34:56 -07:00
VideoBackends VKPipeline: Don't include depth clamp control struct when not supported 2025-07-29 08:42:22 +09:00
VideoCommon Merge pull request #13780 from jordan-woyak/fix-text-filter-nearest 2025-08-01 21:59:04 +02:00
WinUpdater Simplify std::find_if with std::ranges::find and projections 2025-03-09 13:26:35 -07:00
CMakeLists.txt CMakeLists: Embed macOS Updater app inside DolphinQt 2024-08-01 22:06:55 -04:00
DolphinLib.ARM64.props msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
DolphinLib.props BTReal: Implement Realtek Bluetooth firmware loading. 2025-07-23 19:58:25 -05:00
DolphinLib.vcxproj AudioCommon: Added Granular Synthesis 2025-03-14 01:22:35 -05:00
DolphinLib.vcxproj.user msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
DolphinLib.x64.props Move x64 DSP JIT into DolphinLib.x64.props 2023-01-06 22:42:21 -08:00
VersionInfo.plist.in ScmRevGen: Don't generate Info.plist files directly 2024-12-05 14:56:08 -05:00