summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureCacheBase.cpp
diff options
context:
space:
mode:
authorSintendo <bram.speeckaert@gmail.com>2021-01-28 23:06:00 +0100
committerSintendo <bram.speeckaert@gmail.com>2021-01-28 23:06:00 +0100
commit3677a5035c56072a179fb0f424452b5d8b84ebb7 (patch)
tree6e09a7bcde62441b75a1548007233ecd3ee3623c /Source/Core/VideoCommon/TextureCacheBase.cpp
parent26f70657bcebe612444cf738e22a23f40e90718c (diff)
Jit64: boolX - Precompute complement for eqvx
In the case of eqvx, the final complement can always be baked directly into the immediate value. Before: 45 8B EF mov r13d,r15d 41 F7 D5 not r13d 41 83 F5 04 xor r13d,4 After: 45 8B EF mov r13d,r15d 41 83 F5 FB xor r13d,0FFFFFFFBh
Diffstat (limited to 'Source/Core/VideoCommon/TextureCacheBase.cpp')
0 files changed, 0 insertions, 0 deletions