summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/PixelEngine.cpp
diff options
context:
space:
mode:
authorSintendo <bram.speeckaert@gmail.com>2021-01-25 23:25:38 +0100
committerSintendo <bram.speeckaert@gmail.com>2021-01-28 23:16:31 +0100
commitc3775588dfd65ae09e1a174fdba35d7179ccfc59 (patch)
tree05b817e5ad13b16c7c2fcbde7eba9d93cab3c4c5 /Source/Core/VideoCommon/PixelEngine.cpp
parentc9011e9d2c1a8bc8a1121d220e7a0d0b33c71e15 (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