summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/GraphicsModSystem/Runtime/GraphicsModActionData.h
diff options
context:
space:
mode:
authorSintendo <3380580+Sintendo@users.noreply.github.com>2025-08-06 01:27:35 +0200
committerSintendo <3380580+Sintendo@users.noreply.github.com>2025-08-07 07:51:15 +0200
commit6a92a90bce95641bf676a8214d80d2224b65ba83 (patch)
treef69c6be4374fd18c611c93560b10e68db155c7c9 /Source/Core/VideoCommon/GraphicsModSystem/Runtime/GraphicsModActionData.h
parent45a3e35b0684d8f42e51f2c074e208658125b49e (diff)
JitArm64_Integer: subfcx - Subtract shifted 12-bit constant
Eliminate an instruction by encoding the constant in the subtraction, part two. Before: 0x52900019 mov w25, #0x8000 ; =32768 0x6b190359 subs w25, w26, w25 After: 0x71402359 subs w25, w26, #0x8, lsl #12 ; =0x8000
Diffstat (limited to 'Source/Core/VideoCommon/GraphicsModSystem/Runtime/GraphicsModActionData.h')
0 files changed, 0 insertions, 0 deletions