summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/FramebufferManager.cpp
diff options
context:
space:
mode:
authorSintendo <bram.speeckaert@gmail.com>2021-01-26 23:25:19 +0100
committerSintendo <bram.speeckaert@gmail.com>2021-01-28 23:16:48 +0100
commit62f80a008cff4eb3c417b91b7d28a4b3602208fd (patch)
treeb75cf761d798310a85b143acd06750c0341c6870 /Source/Core/VideoCommon/FramebufferManager.cpp
parent356172bc98760f77f2202a2e057fcdce1a0c0533 (diff)
Jit64: boolX - Special case or with 0
Bitwise or with zero is just a fancy MOV, really. - Example 1 Before: 41 BA 00 00 00 00 mov r10d,0 45 0B D1 or r10d,r9d After: 45 8B D1 mov r10d,r9d - Example 2 Before: 41 83 CA 00 or r10d,0 After: Nothing!
Diffstat (limited to 'Source/Core/VideoCommon/FramebufferManager.cpp')
0 files changed, 0 insertions, 0 deletions