diff options
| author | JosJuice <josjuice@gmail.com> | 2022-10-29 13:54:41 +0200 |
|---|---|---|
| committer | JosJuice <josjuice@gmail.com> | 2022-10-29 14:16:53 +0200 |
| commit | 431ee1c48a805433ea7b0cd8d611d29ead6fa2b7 (patch) | |
| tree | 756e13c803e43a336fa528fbc7d94885e0650625 /Source/Core/VideoCommon/CommandProcessor.cpp | |
| parent | 0660f12da409e3bb8470b4b7e2a914bc94b940a1 (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
