diff options
| author | Bram Speeckaert <bram.speeckaert@gmail.com> | 2022-11-01 20:58:16 +0100 |
|---|---|---|
| committer | Bram Speeckaert <bram.speeckaert@gmail.com> | 2022-11-02 21:52:37 +0100 |
| commit | 3aaf1a2b8bad78d648c15cd68c24ce6aa362e3e6 (patch) | |
| tree | f8eb1003d1a5e6b16e0e772adf048caedab50448 /Source/Core/VideoCommon/FramebufferManager.cpp | |
| parent | f25611f388e34ec3610a90f8f862cb0ad5679ef9 (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/FramebufferManager.cpp')
0 files changed, 0 insertions, 0 deletions
