Files
dolphin/Source
Sintendo 34dbfd92db 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.
2021-01-28 23:16:48 +01:00
..
2020-12-27 06:38:02 -05:00
2021-01-09 22:26:55 -08:00