aboutsummaryrefslogtreecommitdiff
path: root/model/riscv_insts_cext.sail
AgeCommit message (Expand)AuthorFilesLines
2024-05-11Change immediates to be signed in assemblyKotorinMinami1-10/+10
2024-03-24Add RV32 restriction for compressed shift instructionsTim Hutt1-4/+4
2024-02-08Shorten copyright notice at the top of each fileTim Hutt1-65/+3
2024-01-31Update bitfield syntaxAlasdair1-1/+1
2023-11-29Make consistent operand namesPaul A. Clarke1-2/+2
2023-08-01Rename EXTZ and EXTSAlasdair1-20/+20
2023-05-29apply_headers: regenerate copyright headersupdate-copyright-headersPhilipp Tomsich1-1/+3
2021-07-29Use headache to apply copyright header at request of Peter Sewell.Robert Norton1-0/+68
2020-05-22Add compressed F,D instructions.Prashanth Mundkur1-2/+0
2019-08-19RISC-V spec, without implicit castsAlasdair Armstrong1-2/+2
2019-05-10Rename regbits to regidx, to clarify the type is an index and not the content...Prashanth Mundkur1-83/+83
2019-05-10Use an explicit enum to indicate the retire status as opposed to a boolean to...Prashanth Mundkur1-1/+1
2019-05-03Fix a todo for c.slli on RV32.Prashanth Mundkur1-3/+2
2019-05-03Minor formatting cleanup and remove obsolete comments.Prashanth Mundkur1-9/+13
2019-04-09Fix c.addiw to expand to a non-rvc instruction as per spec.Prashanth Mundkur1-7/+2
2019-02-19Use sizeof xlen instead of the value definitions of xlen.Prashanth Mundkur1-32/+32
2019-02-11Fix xlen variable name.Prashanth Mundkur1-32/+32
2019-02-08Add xlen guards on encdec and assembly guards, and encdec for c.jal.Prashanth Mundkur1-15/+43
2019-01-25Add misa checks for instructions not in the base set.Prashanth Mundkur1-0/+5
2019-01-25Factor out each extension into separate files, do some minor cleanup.Prashanth Mundkur1-0/+527