aboutsummaryrefslogtreecommitdiff
path: root/rv_i
AgeCommit message (Collapse)AuthorFilesLines
2022-07-09Generalize fence.tso instructionTsukasa OI1-1/+1
Since `fence.tso' instruction is encoded as a FENCE instruction with fm=1000, predecessor=RW, and successor=RW (as per the ISA Manual), `fence.tso' is generalized to have unused rs1 and rd operands (shall be zero on standard software).
2022-04-08moving pseudo_ops in opcode-pseudo to relevant extension filesNeel Gala1-0/+8
2022-04-08migrate I-extension opcodesNeel Gala1-0/+39
- 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.