aboutsummaryrefslogtreecommitdiff
path: root/rv32_i
AgeCommit message (Collapse)AuthorFilesLines
2023-01-14rv32_i shift pseudo ops should depend on rv64_i (not rv128_i)Neel Gala1-0/+3
2023-01-14adding pseudo_ops for shift-ops where the mnemonics remain the sameNeel Gala1-3/+3
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-4/+3
* Add RV128I instructions * Address code review feedback * Fix typo
2022-04-08migrate I-extension opcodesNeel Gala1-0/+4
- 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.