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

Remove duplicate shift definitions #305

Merged

Commits on Sep 18, 2023

  1. Remove duplicate shift definitions

    SHIFTW and SHIFTIWOP were duplicated. This did not cause any harm except that the disassembly for the SHIFTW version was incorrect. Therefore I removed that version.
    
    The `execute()` functions were identical but the SHIFTW version is slightly neater (only one `[31..0]`) so I applied that to the SHIFTIWOP version.
    
    This should cause no functional changes to the model except that the disassembly will have the extra `w` which is correct.
    Timmmm committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    f3ff745 View commit details
    Browse the repository at this point in the history