diff options
| author | Sintendo <bram.speeckaert@gmail.com> | 2020-01-05 23:01:48 +0100 |
|---|---|---|
| committer | Sintendo <bram.speeckaert@gmail.com> | 2020-01-05 23:23:56 +0100 |
| commit | 8e7b6f4178b80196a5d0047ee2ae33a211a36dd6 (patch) | |
| tree | 2a1ec99cc95f1bceb0ea15488fa18ac90ce425f6 /Source/Core/InputCommon/ControllerInterface | |
| parent | 7a6a4510f6eed48652200f8c83e79723ae3581f2 (diff) | |
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
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface')
0 files changed, 0 insertions, 0 deletions
