-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[RISC-V] Add pseudoinstructions to disassembler #102260
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
jakobbotsch
merged 25 commits into
dotnet:main
from
Bajtazar:riscv-add-pseudo-to-disasm
May 29, 2024
Merged
Changes from 6 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
f501f68
[RISC-V] Reworked emitDispInsName a bit to ease further development
Bajtazar 344771c
[RISC-V] Little improvements
Bajtazar bac35dd
[RISC-V] Refactored code
Bajtazar ca5bf3d
[RISC-V] Added mv and nop pseudoinstructions to disasm
Bajtazar 15d5830
[RISC-V] Added branch pseudos to disasm
Bajtazar f27b4f6
[RISC-V] Removed dead code
Bajtazar fb27640
[RISC-V] Fixes
Bajtazar 0cf743e
[RISC-V] Added j pseudoinstruction to disasm
Bajtazar a9964cb
[RISC-V] Improved readability
Bajtazar a011c43
[RISC-V] Fixed mov pseudoinstruction
Bajtazar ebf66d9
Revert "[RISC-V] Fixed mov pseudoinstruction"
Bajtazar 258b0c6
[RISC-V] Fixed mov printing name
Bajtazar dcba8e1
[RISC-V] After review changes
Bajtazar f100010
[RISC-V] More fixes after review
Bajtazar d69fa7b
[RISC-V] Adjusted 32-bit shift disasm to changes
Bajtazar 92c0cd2
[RISC-V] Fixed bug
Bajtazar b7e4f65
[RISC-V] Fixed comment
Bajtazar 093193b
[RISC-V] Changed constants' literal type
Bajtazar cda08a2
[RISC-V] Added more constants
Bajtazar e9b73ef
[RISC-V] Reinforced printing 1
Bajtazar 5fe1e11
[RISC-V] Reinforced printing 2
Bajtazar 71644f3
[RISC-V] Fixed bug
Bajtazar a3c4f19
[RISC-V] Resolved more bugs
Bajtazar 6869460
[RISC-V] Removed dead assert
Bajtazar a4381bd
Merge branch 'main' into riscv-add-pseudo-to-disasm
Bajtazar 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
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
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.