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: Skip temp regs where possible #12764

Merged
merged 5 commits into from
May 21, 2024

Commits on May 7, 2024

  1. JitArm64: subfic - Conditionally skip temp reg allocation

    Bram Speeckaert committed May 7, 2024
    Configuration menu
    Copy the full SHA
    5d64725 View commit details
    Browse the repository at this point in the history
  2. JitArm64: addex - Skip temp reg allocation

    Bram Speeckaert committed May 7, 2024
    Configuration menu
    Copy the full SHA
    defe97d View commit details
    Browse the repository at this point in the history
  3. JitArm64: divwx - Conditionally skip temp reg allocation

    Bram Speeckaert committed May 7, 2024
    Configuration menu
    Copy the full SHA
    0189692 View commit details
    Browse the repository at this point in the history
  4. JitArm64: srawx - Conditionally skip temp reg allocation

    Bram Speeckaert committed May 7, 2024
    Configuration menu
    Copy the full SHA
    f7c97ae View commit details
    Browse the repository at this point in the history
  5. JitArm64: rlwimix - Conditionally skip temp reg allocation

    Bram Speeckaert committed May 7, 2024
    Configuration menu
    Copy the full SHA
    b63808a View commit details
    Browse the repository at this point in the history