Files
dolphin/Source/Core/Core
JosJuice d00430470b JitArm64: Update registers last used before start of instruction
Let's reset m_last_used for each register that will be used
in an instruction before we start allocating any of them,
so that one of the earlier allocations doesn't spill a
register that we want in a later allocation. (We must still
also increment/reset m_last_used in R and RW, otherwise we
end up in trouble when emulating lmw/stmw since those access
more guest registers than there are available host registers.)

This should ensure that the asserts added earlier in this
pull request are never triggered.
2021-01-26 22:53:33 +01:00
..
2020-12-24 23:38:59 -06:00
2021-01-09 22:26:55 -08:00
2020-08-27 21:54:04 +01:00
2020-12-15 02:34:25 +01:00
2020-11-28 23:35:55 +01:00
2020-12-19 23:22:06 -05:00
2020-12-19 23:22:06 -05:00