diff options
| author | Sintendo <3380580+Sintendo@users.noreply.github.com> | 2025-07-30 21:29:01 +0200 |
|---|---|---|
| committer | Sintendo <3380580+Sintendo@users.noreply.github.com> | 2025-07-30 21:29:10 +0200 |
| commit | 854979937c86f5499650a0733c4a0188a0c50c37 (patch) | |
| tree | 1cf80a19a05b8315771575d0476d9a4e88240396 /Source/Core/InputCommon/DynamicInputTextures/DITConfiguration.cpp | |
| parent | 4d0cf1315e599bbeed67ef9eca993874869e3e85 (diff) | |
JitArm64_Integer: subfex - Improve codegen for zero with InHostCarry
Another instance where we needlessly materialized constant zero in a
register. We can just write the carry flag directly.
Before:
0x5280001a mov w26, #0x0 ; =0
0x1a1f035a adc w26, w26, wzr
After:
0x1a9f37fa cset w26, hs
Diffstat (limited to 'Source/Core/InputCommon/DynamicInputTextures/DITConfiguration.cpp')
0 files changed, 0 insertions, 0 deletions
