aboutsummaryrefslogtreecommitdiff
path: root/model/riscv_insts_mext.sail
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Fix mext whitespaceJordan Carlin1-53/+53
2024-05-18Move haveMulDiv() guard to encdec for M extensionJordan Carlin1-42/+12
2024-05-12Refactor MUL instructionAlasdair1-20/+19
2024-02-08Shorten copyright notice at the top of each fileTim Hutt1-65/+3
2023-08-01Rename EXTZ and EXTSAlasdair1-3/+3
2023-05-29apply_headers: regenerate copyright headersupdate-copyright-headersPhilipp Tomsich1-1/+3
2022-01-19Add support for Zmmul (#122)Bilal Sakhawat1-2/+2
2021-07-29Use headache to apply copyright header at request of Peter Sewell.Robert Norton1-0/+68
2019-05-10Rename regbits to regidx, to clarify the type is an index and not the content...Prashanth Mundkur1-6/+6
2019-05-10Use an explicit enum to indicate the retire status as opposed to a boolean to...Prashanth Mundkur1-12/+12
2019-05-03Minor formatting cleanup and remove obsolete comments.Prashanth Mundkur1-1/+1
2019-02-19Use sizeof xlen instead of the value definitions of xlen.Prashanth Mundkur1-17/+17
2019-02-11Fix xlen variable name.Prashanth Mundkur1-17/+17
2019-02-08Add xlen guards on encdec and assembly guards, and encdec for c.jal.Prashanth Mundkur1-1/+14
2019-02-08Start parameterizing definitions by xlen, which is currently still 64.Prashanth Mundkur1-4/+6
2019-01-25Add misa checks for instructions not in the base set.Prashanth Mundkur1-49/+81
2019-01-25Factor out each extension into separate files, do some minor cleanup.Prashanth Mundkur1-0/+143