Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JitArm64: Use ADDI2R for psq_lXX/psq_stXX immediate offsets #12347

Merged
merged 3 commits into from Dec 2, 2023

Conversation

JosJuice
Copy link
Member

@JosJuice JosJuice commented Dec 1, 2023

See the individual commits for details.

In case the input was a s32 that got sign extended as part of conversion
to u64.
This normally doesn't reduce the instruction count, but is nonetheless
useful on CPUs that can do 0-cycle moves.
This simplifies the source code, and slightly improves the emitted code
in some cases.
@lioncash lioncash merged commit c54e8d7 into dolphin-emu:master Dec 2, 2023
11 checks passed
@JosJuice JosJuice deleted the jitarm64-paired-offset branch December 2, 2023 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants