summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VertexManagerBase.cpp
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2022-11-20 14:56:35 +0100
committerJosJuice <josjuice@gmail.com>2022-12-11 17:08:12 +0100
commit701ba7cd4368939d4b7dd2d2feb11f3a9a51fa92 (patch)
tree0be8a5dfd25b818eca4f752cc198d88066452e5a /Source/Core/VideoCommon/VertexManagerBase.cpp
parent82e87cf7b9bd253a2e17d126fbf9adbcf8a844d3 (diff)
JitArm64: Improve pipelining of lmw/stmw
The calculation of each address in lmw/stmw currently has a dependency on the calculation of the previous address. By removing this dependency, the host CPU should be able to pipeline the loads/stores better. The cost we pay for this is up to one extra register and one extra MOV instruction per guest instruction, but often nothing. Making EmitBackpatchRoutine support using any register as the address register would let us get rid of the MOV, but I consider that to be too big of a task to do in one go at the same time as this.
Diffstat (limited to 'Source/Core/VideoCommon/VertexManagerBase.cpp')
0 files changed, 0 insertions, 0 deletions