diff options
| author | Sintendo <bram.speeckaert@gmail.com> | 2021-01-25 23:25:38 +0100 |
|---|---|---|
| committer | Sintendo <bram.speeckaert@gmail.com> | 2021-01-28 23:16:31 +0100 |
| commit | c3775588dfd65ae09e1a174fdba35d7179ccfc59 (patch) | |
| tree | 05b817e5ad13b16c7c2fcbde7eba9d93cab3c4c5 /Source/Core/VideoCommon/PixelEngine.cpp | |
| parent | c9011e9d2c1a8bc8a1121d220e7a0d0b33c71e15 (diff) | |
Jit64: boolX - Special case xor with 0xFFFFFFFF
Ever so slightly shorter.
When the condition register needs updating, we still prefer xor over
not+test.
Before:
45 8B F5 mov r14d,r13d
41 83 F6 FF xor r14d,0FFFFFFFFh
After:
45 8B F5 mov r14d,r13d
41 F7 D6 not r14d
Diffstat (limited to 'Source/Core/VideoCommon/PixelEngine.cpp')
0 files changed, 0 insertions, 0 deletions
