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_LoadStore: Small dcbx optimization #13149

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

Sintendo
Copy link
Member

MUL and SUB can be combined in one instruction.

Before:

0x1b1a7c01   mul    w1, w0, w26
0x4b010318   sub    w24, w24, w1

After:

0x1b1ae018   msub   w24, w0, w26, w24

MUL and SUB can be combined in one instruction.

Before:
0x1b1a7c01   mul    w1, w0, w26
0x4b010318   sub    w24, w24, w1

After:
0x1b1ae018   msub   w24, w0, w26, w24
@ItsPancho8
Copy link

Is this gonna be merged? Just curious as this seems abandoned even if its approved already

@JosJuice JosJuice merged commit 43d5f61 into dolphin-emu:master Jan 6, 2025
13 checks passed
@Sintendo Sintendo deleted the dcbx-msub branch January 6, 2025 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants