aboutsummaryrefslogtreecommitdiff
path: root/rv64_i
AgeCommit message (Collapse)AuthorFilesLines
2023-01-12Fix backwards incompatibility introduced by RV128 opcodes in #112Andrew Waterman1-3/+3
Adding RV128 shift opcodes changed what metadata we emit for SLLI, SRLI, and SRAI. Thus, downstream tooling that relies on these to connote the RV64 variants of these instructions is semantically affected. Fix by reverting SLLI etc. to being the RV64 variants.
2022-05-23Add RV128I opcodes (#112)Pavel I. Kryukov1-3/+6
* Add RV128I instructions * Address code review feedback * Fix typo
2022-04-08migrate I-extension opcodesNeel Gala1-0/+17
- the ordering in these files have changed to preserve the order in the latex- tables - also ecall and ebreak has been moved to rv_i instead of keeping them in 'systems' file.