summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/evdev/evdev.cpp
diff options
context:
space:
mode:
authorSintendo <bram.speeckaert@gmail.com>2019-06-05 23:23:22 +0200
committerSintendo <bram.speeckaert@gmail.com>2019-06-05 23:23:22 +0200
commit9b6f2859a44ddb65f8e3693d7fdb194c7aecabb0 (patch)
tree786a889f054c7e24f2e1ec2f6529d99548276a14 /Source/Core/InputCommon/ControllerInterface/evdev/evdev.cpp
parent78e566aaa5ea026fcd7c16b5cdbebe84c38c1d10 (diff)
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]
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/evdev/evdev.cpp')
0 files changed, 0 insertions, 0 deletions