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

JitAsm64: Reorder instructions in routines to allow macro-op fusion #11127

Merged
merged 2 commits into from Oct 22, 2022

Conversation

JosJuice
Copy link
Member

@JosJuice JosJuice commented Oct 6, 2022

Micro-optimization. Some CPUs can fuse CMP+B, TST+B, arith+CBZ, etc.

I also moved things around for CMP+CSET and TST+CSET – which I'm not sure if any CPUs support – but it doesn't hurt anything, so I might as well.

Micro-optimization. Some CPUs can fuse CMP+B, TST+B, arith+CBZ, etc.

I also moved things around for CMP+CSET and TST+CSET - which I'm not sure
if any CPUs support - but it doesn't hurt anything, so I might as well.
I think this typo was actually ignored by the code, but nevertheless,
it should be fixed.
@degasus degasus merged commit 7a22564 into dolphin-emu:master Oct 22, 2022
11 checks passed
@JosJuice JosJuice deleted the aarch64-jitasm-macro-op branch October 22, 2022 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants