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

Jit_Integer: Optimize rlwimix #9376

Merged
merged 6 commits into from Dec 20, 2021
Merged

Jit_Integer: Optimize rlwimix #9376

merged 6 commits into from Dec 20, 2021

Conversation

merryhime
Copy link
Contributor

Last PR for a while.

The main purpose of this PR was the final commit, wherein we implement cases where mask is 0xFF or 0xFFFF with partial register writes.

A few additional commits for other things noticed along the way, these can be split into separate PRs if desired.

Sidenotes for future optimziations:

  • Using AH/BH/CH/DH is unlikely to be sufficiently profitable due to encoding limitations.
  • Using pinsrb is unlikely to be profitable due to the cost of register moves.

@JMC47 JMC47 merged commit 9ed368e into dolphin-emu:master Dec 20, 2021
10 checks passed
@merryhime merryhime deleted the rlwimix2 branch December 21, 2021 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants