aboutsummaryrefslogtreecommitdiff
path: root/parse_opcodes
AgeCommit message (Expand)AuthorFilesLines
2022-04-03Modernize to Python 3 (#104)Zenithal1-4/+1
2022-01-20Synchronize priv-instr-table.tex with the Manual (#99)Tsukasa #01 (a4lg)1-7/+14
2022-01-19Add RISC-V Zfh extension instructions to table (#97)Tsukasa #01 (a4lg)1-0/+17
2022-01-19Remove LaTeX trailing spaces (entirely) (#98)Tsukasa #01 (a4lg)1-16/+16
2021-12-15Add new CSRs defined in Privileged Spec version 1.12 (again) (#92)Tsukasa #01 (a4lg)1-0/+1
2021-12-13Add new CSRs defined in Privileged Spec version 1.12 (#90)Tsukasa #01 (a4lg)1-0/+67
2021-12-13Add Zicbo{m,p,z} instructions (#91)Tsukasa #01 (a4lg)1-0/+8
2021-11-02Update trigger CSRs per Debug Spec v1.0: mscontext, scontext, hcontext (#85)Jan Matyas1-1/+3
2021-11-01Change entropy source CSR name and address (seed).Markku-Juhani O. Saarinen1-2/+1
2021-08-25Remove vestages of N extensionAndrew Waterman1-9/+1
2021-07-28RVP: v0.9.1 supportChun-Ping Chung1-3/+0
2021-07-28RVP: v0.5.2 supportChun-Ping Chung1-0/+9
2021-07-28scalar-crypto: Remove rv*_only logic.Ben Marshall1-54/+0
2021-07-23scalar-crypto: post arch-review aes32* opcode changeBen Marshall1-8/+0
2021-07-19Virtual memory updates (#76)Daniel Lustig1-0/+6
2021-06-04scalar-crypto: Opcode updates for v0.9.2 (#66)Ben Marshall1-1/+1
2021-04-05Add fence.tso and pause instructionsAndrew Waterman1-2/+2
2021-03-08Merge pull request #63 from ben-marshall/scalar-cryptoAndrew Waterman1-2/+70
2021-02-23rvv: add vsetivliChih-Min Chao1-0/+1
2021-02-19scalar-crypto: Apply suggestions from code reviewBen Marshall1-1/+0
2021-02-19scalar-crypto: Add opcodes for RV32K, RV64KBen Marshall1-2/+71
2021-01-22Update Go instruction encoding generation (#34)Joel Sing1-4/+4
2020-11-08Support generating Rust code (#52)Ngo Iok Ui (Wu Yu Wei)1-0/+13
2020-10-14Adding four trigger CSRs to the list (#50)Jan Matyas1-0/+4
2020-07-31hyperviosr: add csr mask and interrupt macro nameChih-Min Chao1-1/+5
2020-04-14rvv: add new vcsr for vector spec 0.9 (#42)Chih-Min Chao1-0/+1
2020-03-31update csr to draft-20200326-af69f79 (#39)Chih-Min Chao1-1/+16
2020-03-29Using OrderedDict to keep encodings for match/mask. (#38)Kito Cheng1-2/+3
2020-02-28Add mcountinhibit CSRAndrew Waterman1-0/+1
2020-02-24Add N-extension CSRs and status bits. (#37)michael-roe1-0/+2
2019-11-28rvv: add vleb csr register and mstatus.vs fieldChih-Min Chao1-0/+1
2019-08-03Fix crash introduced by #30Andrew Waterman1-1/+1
2019-08-03(Partially) fix #30 (#31)Tommy Thorn1-0/+1089