summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/GraphicsModSystem
diff options
context:
space:
mode:
authorSintendo <3380580+Sintendo@users.noreply.github.com>2025-08-06 01:22:01 +0200
committerSintendo <3380580+Sintendo@users.noreply.github.com>2025-08-07 07:51:15 +0200
commit45a3e35b0684d8f42e51f2c074e208658125b49e (patch)
tree4aed5bd88b6ba9122d07884cf35a65a908249bae /Source/Core/VideoCommon/GraphicsModSystem
parentfc9f2d9cea4fc0e92e16edbe075780d68c591cc7 (diff)
JitArm64_Integer: subfcx - Subtract 12-bit constant
Eliminate an instruction by encoding the constant in the subtraction. Before: 0x5280037a mov w26, #0x1b ; =27 0x6b1a02bb subs w27, w21, w26 0x93407f78 sxtw x24, w27 After: 0x71006ebb subs w27, w21, #0x1b 0x93407f7a sxtw x26, w27
Diffstat (limited to 'Source/Core/VideoCommon/GraphicsModSystem')
0 files changed, 0 insertions, 0 deletions