forked from DynamoRIO/dynamorio
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#3544 RV64: Include implicit operands in instr_t (DynamoRIO#6304)
The RISC-V compressed extension (RVC) contains some instructions that have implicit operands, e.g.: C.JR expands to `jalr x0, 0(rs1)`; C.JALR expands to `jalr x1, 0(rs1)`. This patch puts these implicit operands into instr_t.
- Loading branch information
Showing
8 changed files
with
352 additions
and
58 deletions.
There are no files selected for viewing
This file contains 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 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.