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 support for Zcb instructions from RISC-V code size reduction extension #64

Merged
merged 6 commits into from
Aug 21, 2023

Commits on Aug 21, 2023

  1. Added template and cgf for compressed load type instructions

    Signed-off-by: Abdul Wadood <abdulwadood.afzal88@gmail.com>
    Abdulwadoodd committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    6c81542 View commit details
    Browse the repository at this point in the history
  2. Added template and cgf for compressed store type instructions

    Signed-off-by: Abdul Wadood <abdulwadood.afzal88@gmail.com>
    Abdulwadoodd committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    118969c View commit details
    Browse the repository at this point in the history
  3. Added template and cgf for compressed bitmanip instructions

    Signed-off-by: Abdul Wadood <abdulwadood.afzal88@gmail.com>
    Abdulwadoodd committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    3923f65 View commit details
    Browse the repository at this point in the history
  4. Add new format for compressed bit manip instructions

    Signed-off-by: Abdul Wadood <abdulwadood.afzal88@gmail.com>
    Abdulwadoodd committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    8e5be82 View commit details
    Browse the repository at this point in the history
  5. Added template and cgf for c.not and c.mul instructions

    Signed-off-by: Abdul Wadood <abdulwadood.afzal88@gmail.com>
    Abdulwadoodd committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    e5a4386 View commit details
    Browse the repository at this point in the history
  6. Update Chnagelog

    Signed-off-by: Abdul Wadood <abdulwadood.afzal88@gmail.com>
    Abdulwadoodd committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    fd740a1 View commit details
    Browse the repository at this point in the history