summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/CommandProcessor.cpp
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2022-10-29 13:54:41 +0200
committerJosJuice <josjuice@gmail.com>2022-10-29 14:16:53 +0200
commit431ee1c48a805433ea7b0cd8d611d29ead6fa2b7 (patch)
tree756e13c803e43a336fa528fbc7d94885e0650625 /Source/Core/VideoCommon/CommandProcessor.cpp
parent0660f12da409e3bb8470b4b7e2a914bc94b940a1 (diff)
JitArm64: Improve register handling for MMIO loadstores
Because of the previous commit, `regs_in_use` must not include `dest_reg` when calling MMIOLoadToReg. There are also some other registers we can skip including in regs_in_use just for efficiency's sake. The `addr_reg_set = false` statements that I've added in this commit are technically redundant – if `mmio_address` is non-zero then `addr_reg_set` is already false – but it's just a coincidence that that's the case.
Diffstat (limited to 'Source/Core/VideoCommon/CommandProcessor.cpp')
0 files changed, 0 insertions, 0 deletions