summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/DualShockUDPClient
diff options
context:
space:
mode:
authorSintendo <bram.speeckaert@gmail.com>2020-01-29 23:17:18 +0100
committerSintendo <bram.speeckaert@gmail.com>2020-08-05 10:22:51 +0200
commit618d261b910d1e90acbfcd504bc3a2b04f457f10 (patch)
tree7ab0a36a4c8f51dbe1e1cd29733dcbbcf97f45e5 /Source/Core/InputCommon/ControllerInterface/DualShockUDPClient
parent49a4e0971952248c66ee8bbb2a92a8f1a0a6d5ab (diff)
DSPJitMultiplier: addpaxz - AND constant directly
There's no need to load the 64-bit immediate into a temporary register. x64 will sign-extend 32-bit immediates to 64 bits, giving us the exact value we need in this case. 48 C7 C0 00 00 FF FF mov rax,0FFFFFFFFFFFF0000h 48 21 C2 and rdx,rax 48 81 E2 00 00 FF FF and rdx,0FFFFFFFFFFFF0000h
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/DualShockUDPClient')
0 files changed, 0 insertions, 0 deletions