dolphin/Source/Core
Sintendo 9b6f2859a4 DSPJitUtil: Micro-optimize increment_addr_reg
2 bytes shorter.

Before:
0:  41 0f b7 c2             movzx  eax,r10w
4:  41 89 c5                mov    r13d,eax
7:  83 c0 01                add    eax,0x1

After:
0:  45 0f b7 ea             movzx  r13d,r10w
4:  41 8d 45 01             lea    eax,[r13+0x1]
2019-06-05 23:23:22 +02:00
..
AudioCommon Merge pull request #8135 from lioncash/cmake 2019-05-31 14:03:12 +02:00
Common Common/CMakeLists: Specify headers alongside source files 2019-05-31 06:52:44 -04:00
Core DSPJitUtil: Micro-optimize increment_addr_reg 2019-06-05 23:23:22 +02:00
DiscIO DiscIO/CMakeLists: Specify headers in target sources 2019-05-31 06:54:25 -04:00
DolphinNoGUI DolphinNoGUI/CMakeLists: Specify headers in target sources 2019-05-31 06:54:25 -04:00
DolphinQt Merge pull request #8156 from 8times9/resourcepack-header 2019-06-05 14:27:39 +02:00
InputCommon InputCommon/CMakeLists: Specify headers in target sources 2019-05-31 06:54:25 -04:00
MacUpdater Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
UICommon UICommon/CMakeLists: Specify headers in target sources 2019-05-31 06:54:25 -04:00
UpdaterCommon UpdaterCommon/CMakeLists: Specify headers in target sources 2019-05-31 06:54:26 -04:00
VideoBackends VideoVulkan/CMakeLists: Specify headers in target sources 2019-05-31 06:54:26 -04:00
VideoCommon Merge pull request #8143 from lioncash/loader 2019-05-31 14:18:16 +02:00
WinUpdater WinUpdater: Add CMakeLists.txt 2019-05-08 23:59:04 +02:00
CMakeLists.txt WinUpdater: Add CMakeLists.txt 2019-05-08 23:59:04 +02:00