summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureCacheBase.cpp
diff options
context:
space:
mode:
authorSintendo <bram.speeckaert@gmail.com>2021-01-26 22:16:00 +0100
committerSintendo <bram.speeckaert@gmail.com>2021-01-28 23:16:48 +0100
commit34dbfd92db681bb5ec826df65260e65a79d6593d (patch)
treeb539526dc716803a1d8a4e91c65a41e298ba5fd9 /Source/Core/VideoCommon/TextureCacheBase.cpp
parent131163d33b0f9014bc3d190f0defab1a70184b0f (diff)
Jit64: boolX - Special case and with 0
Bitwise and with zero is always zero. Before: 45 8B F8 mov r15d,r8d 41 83 E7 00 and r15d,0 After: Nothing, register a is set to constant 0.
Diffstat (limited to 'Source/Core/VideoCommon/TextureCacheBase.cpp')
0 files changed, 0 insertions, 0 deletions