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: Optimize ps_mergeXX #11305

Merged
merged 1 commit into from Nov 29, 2022

Conversation

JosJuice
Copy link
Member

  1. In some cases, ps_merge01 can be implemented using one instruction.
  2. When we need two instructions for ps_merge01, it's best to start with a MOV to avoid false dependencies on the destination register.
  3. ps_merge10 can be implemented using a single EXT instruction.

1. In some cases, ps_merge01 can be implemented using one instruction.
2. When we need two instructions for ps_merge01, it's best to start with
   a MOV to avoid false dependencies on the destination register.
3. ps_merge10 can be implemented using a single EXT instruction.
@lioncash lioncash merged commit 5f22a00 into dolphin-emu:master Nov 29, 2022
11 checks passed
@JosJuice JosJuice deleted the jitarm64-optimize-ps-merge branch November 29, 2022 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants