diff options
| author | Sintendo <3380580+Sintendo@users.noreply.github.com> | 2024-12-28 21:41:48 +0100 |
|---|---|---|
| committer | Sintendo <3380580+Sintendo@users.noreply.github.com> | 2024-12-28 21:41:51 +0100 |
| commit | ad7dba541353d532f0299f6442e8ca59a9040695 (patch) | |
| tree | 6e819e5252936b4cca91fa80ec0a498eb8a32bc0 /Source/Core/InputCommon/ControlReference/ExpressionParser.cpp | |
| parent | 7410bc20257ab3f1a56b3808817ec6a2ade96c16 (diff) | |
JitArm64_Integer: addex - Optimize InPPCState case for 0
Same optimization we did for subfex. Skip loading the carry flag into a
temporary register first when we're dealing with zero.
Before:
0x394bd3b8 ldrb w24, [x29, #0x2f4]
0x2a1803f9 mov w25, w24
After:
0x394bd3b9 ldrb w25, [x29, #0x2f4]
Diffstat (limited to 'Source/Core/InputCommon/ControlReference/ExpressionParser.cpp')
0 files changed, 0 insertions, 0 deletions
