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

Add RV32 restriction for compressed shift instructions #440

Merged

Commits on Mar 19, 2024

  1. Add RV32 restriction for compressed shift instructions

    The restriction was present for `C.SLLI` but was missing for `C.SRLI` and `C.SRAI`.
    
    The format is copied from `C.SLLI`.
    
    Fixes riscv#356
    Timmmm committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    d6ff4ee View commit details
    Browse the repository at this point in the history