summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControlReference/ControlReference.cpp
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2021-08-13 14:59:47 +0200
committerJosJuice <josjuice@gmail.com>2021-08-19 23:26:11 +0200
commit90fcaf7e964853c8120fdb21157854541189bae2 (patch)
treed8a947675f4ab40b831ac47881ad5210639f6a7d /Source/Core/InputCommon/ControlReference/ControlReference.cpp
parent62e7b34c88f707c6ed04d6b36f0693c2cc0a2773 (diff)
Jit: Use one less register in dcbx
We were using a "value" register to avoid clobbering physical_addr, but this isn't actually needed anymore. The only bits we need from physical_addr after we start clobbering it are bits 5-9, and those bits are identical in effective_addr and physical_addr, so we can read them from effective_addr instead.
Diffstat (limited to 'Source/Core/InputCommon/ControlReference/ControlReference.cpp')
0 files changed, 0 insertions, 0 deletions