-
Notifications
You must be signed in to change notification settings - Fork 78
Add Zclsd extension YAML #577
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
Merged
dhower-qc
merged 17 commits into
riscv-software-src:main
from
Shehrozkashif:Zclsd_extension
Jun 18, 2025
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
abc4553
Add Zclsd extension YAML
Shehrozkashif d49cdeb
add Zclsd instructions
Shehrozkashif 3ba465c
Merge branch 'main' into Zclsd_extension
Shehrozkashif dee7a5f
Merge branch 'main' into Zclsd_extension
Shehrozkashif 4b1a4ac
Merge branch 'main' into Zclsd_extension
Shehrozkashif 57ebbb8
Merge branch 'main' into Zclsd_extension
Shehrozkashif 7392bcc
Merge branch 'main' into Zclsd_extension
Shehrozkashif e9b534f
Merge branch 'main' into Zclsd_extension
Shehrozkashif 941dcc6
chore: remove Zclsd/c.ldsp.yaml and Zclsd/c.sd.yaml
Shehrozkashif 9901f38
Merge branch 'main' into Zclsd_extension
Shehrozkashif b5f3f5e
Merge branch 'main' into Zclsd_extension
Shehrozkashif 96a0324
fix(ci): update golden instructions appendix to fix failing test
Shehrozkashif 49ff687
Update arch/inst/C/c.sd.yaml
Shehrozkashif 2d45212
Merge branch 'main' into Zclsd_extension
Shehrozkashif 0ff2f67
Merge branch 'main' into Zclsd_extension
Shehrozkashif 26cfee0
Merge branch 'main' into Zclsd_extension
Shehrozkashif 69496b8
docs: updated all_instructions.golden.adoc
Shehrozkashif File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| $schema: "ext_schema.json#" | ||
| kind: extension | ||
| name: Zclsd | ||
| conflicts: Zcf | ||
| long_name: Compressed Load/Store Pair for RV32 | ||
| description: | | ||
| This extension adds load and store instructions using register pairs. It does so by reusing existing instruction encodings which are RV64-only. The specification defines 16-bit encodings. | ||
| Load and store instructions will use the same definition of even-odd pairs as defined by the Zdinx extension. | ||
| The extension improves static code density, by replacing two separate load or store instructions with a single one. In addition, it can provide a performance improvement for implementations that can make use of a wider than XLEN memory interface. | ||
| type: unprivileged | ||
| versions: | ||
| - version: "1.0" | ||
| state: ratified | ||
| ratification_date: "2025-02" | ||
| requires: | ||
| allOf: [ Zilsd, Zca ] | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.