diff options
| author | Sintendo <bram.speeckaert@gmail.com> | 2020-11-19 21:20:54 +0100 |
|---|---|---|
| committer | Sintendo <bram.speeckaert@gmail.com> | 2020-12-25 19:30:51 +0100 |
| commit | cb70d5ee4f7f8b2209b79546db938bdd4d4727a1 (patch) | |
| tree | 45f81367537488e63604800c3bb930422b10ccb4 /Source/Core/InputCommon/ControllerInterface/DualShockUDPClient/DualShockUDPClient.cpp | |
| parent | 8ac40162da0b43ebfb668d6858639d9b49c491f5 (diff) | |
Jit64: srawix - Handle constant input register
Much like we did for srawx. This was already implemented on JitArm64.
Before:
B8 00 00 00 00 mov eax,0
8B F0 mov esi,eax
C1 E8 1F shr eax,1Fh
23 C6 and eax,esi
D1 FE sar esi,1
88 45 58 mov byte ptr [rbp+58h],al
After:
C6 45 58 00 mov byte ptr [rbp+58h],0
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/DualShockUDPClient/DualShockUDPClient.cpp')
0 files changed, 0 insertions, 0 deletions
