Skip to content

Commit

Permalink
CHERI-RISC-V: slightly rearrange SLTI HINT decoder
Browse files Browse the repository at this point in the history
- 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
nwf-msr committed Oct 14, 2021
1 parent 6f94b82 commit 4053514
Showing 1 changed file with 0 additions and 0 deletions.
Binary file added target/riscv/insn_trans/.trans_rvi.c.inc.swp
Binary file not shown.

0 comments on commit 4053514

Please sign in to comment.