summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VertexLoaderManager.cpp
diff options
context:
space:
mode:
authorBram Speeckaert <bram.speeckaert@gmail.com>2022-11-01 20:58:16 +0100
committerBram Speeckaert <bram.speeckaert@gmail.com>2022-11-02 21:52:37 +0100
commit3aaf1a2b8bad78d648c15cd68c24ce6aa362e3e6 (patch)
treef8eb1003d1a5e6b16e0e772adf048caedab50448 /Source/Core/VideoCommon/VertexLoaderManager.cpp
parentf25611f388e34ec3610a90f8f862cb0ad5679ef9 (diff)
JitArm64: MultiplyImmediate - Handle 2^n
Turn multiplications by a power of two into bitshifts. Before: 0x52800817 mov w23, #0x40 0x1b167ef6 mul w22, w23, w22 After: 0x531a66d6 lsl w22, w22, #6
Diffstat (limited to 'Source/Core/VideoCommon/VertexLoaderManager.cpp')
0 files changed, 0 insertions, 0 deletions