dolphin/Source
Sintendo 8e7b6f4178 Jit64: addx - Prefer ADD over LEA when possible
The old logic would always emit LEA when both sources are in a register
and OE is disabled. However, ADD is still preferable when one of the
sources matches the destination.

Before:
45 8D 6C 35 00       lea         r13d,[r13+rsi]

After:
44 03 EE             add         r13d,esi
2020-01-05 23:23:56 +01:00
..
Android Android: update to Gradle 3.5.3 2019-12-06 12:13:53 -05:00
Core Jit64: addx - Prefer ADD over LEA when possible 2020-01-05 23:23:56 +01:00
DSPSpy DSPSpy: Add a test for accelerator loop 2017-09-22 20:17:38 +02:00
DSPTool Add an ARM64 target to Visual Studio projects 2019-12-28 19:20:41 +10:00
PCH Add an ARM64 target to Visual Studio projects 2019-12-28 19:20:41 +10:00
UnitTests Add an ARM64 target to Visual Studio projects 2019-12-28 19:20:41 +10:00
VSProps Add an ARM64 target to Visual Studio projects 2019-12-28 19:20:41 +10:00
.clang-format clang-format: revert 'AfterCaseLabel' setting 2019-05-23 00:42:42 -04:00
CMakeLists.txt Merge pull request #8388 from jordan-woyak/cmake-export-compile-commands 2019-11-08 11:07:06 +10:00
dolphin-emu.sln Add an ARM64 target to Visual Studio projects 2019-12-28 19:20:41 +10:00