-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CHERI-RISC-V: slightly rearrange SLTI HINT decoder
- Restructure the code under the assumption that there will be HINT consumers other than TCG_LOG_INSTR. - Document the current and near-term allocations of the opcode space: - Move the TCG_LOG_INSTR tests to match rs1 == x0, which is the only form that we have emitted, but we were never ignoring rs1. - Reserve `SLTI x0, x31, 0xNNN` forms for software's introspective use until (and if) RISC-V upstream defines something for that use case.
- Loading branch information
Showing
1 changed file
with
52 additions
and
38 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