summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/evdev/evdev.cpp
diff options
context:
space:
mode:
authorSintendo <bram.speeckaert@gmail.com>2020-01-05 23:28:04 +0100
committerSintendo <bram.speeckaert@gmail.com>2020-01-05 23:39:13 +0100
commit12fcbac2a32a9b97b72f919a7f25b76dda7532b1 (patch)
tree1b2b778654a3d948c444cdbfdfc288694d548ef3 /Source/Core/InputCommon/ControllerInterface/evdev/evdev.cpp
parent8e7b6f4178b80196a5d0047ee2ae33a211a36dd6 (diff)
Jit64: addx - Emit LEA for register + immediate
Prefer LEA over MOV + ADD when dealing with immediates. Before: 44 8B EE mov r13d,esi 41 83 C5 20 add r13d,20h After: 44 8D 6E 20 lea r13d,[rsi+20h]
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/evdev/evdev.cpp')
0 files changed, 0 insertions, 0 deletions