Age | Commit message (Expand) | Author | Files | Lines |
2024-06-13 | Adding Zilsd and Zcmlsd extensions (Load/store pair for RV32) | Christian Herber | 6 | -8/+43 |
2024-06-11 | Separate RV32 and RV64 C instructions into separate files | Andrew Waterman | 8 | -33/+21 |
2024-06-11 | triggers: implement tcontrol | YenHaoChen | 1 | -0/+1 |
2024-05-31 | Avoid checking ELP before every instruction fetch | Andrew Waterman | 3 | -0/+3 |
2024-05-23 | zicflip: fix [ms]ret behavior | Chih-Min Chao | 2 | -2/+2 |
2024-05-06 | Add Zawrs extension | Ved Shanbhogue | 2 | -0/+7 |
2024-05-03 | Zfa: fix: fmaxm.q requires Q instead of D extension | YenHaoChen | 1 | -1/+1 |
2024-05-01 | Remove Zbpbo, Zpn, and Zpsfoperand implementation | Andrew Waterman | 326 | -2153/+4 |
2024-04-18 | Add Zicfiss extension from CFI extension, v0.4.0 | SuHsien Ho | 10 | -1/+54 |
2024-03-21 | Merge pull request #1582 from mylai-mtk/zicfilp-upstream | Andrew Waterman | 7 | -1/+30 |
2024-03-11 | Update vcompress.vm to not write vstart with 0 upon completion | rbuchner | 1 | -1/+1 |
2024-03-06 | Zicfilp: Preserve expected landing pad state on traps | Ming-Yi Lai | 3 | -1/+12 |
2024-03-06 | Zicfilp: Implement lpad insn behavior | Ming-Yi Lai | 1 | -0/+6 |
2024-03-06 | Zicfilp: Set ELP state when executing indirect jumps | Ming-Yi Lai | 3 | -0/+12 |
2024-02-19 | Merge pull request #1602 from YenHaoChen/pr-c_lui | Andrew Waterman | 1 | -1/+1 |
2024-02-19 | Raise illegal instruction instead of virtual instruction on WFI when TW=1 in ... | YenHaoChen | 1 | -5/+3 |
2024-02-16 | Fix c.mop.N decoding | YenHaoChen | 1 | -1/+1 |
2024-01-18 | vcpop.m, vfirst.m: delete unnecessary VSTART write. | Hong Cheng | 2 | -2/+0 |
2024-01-17 | Merge pull request #1551 from YenHaoChen/pr-shfli | Jerry Zhao | 2 | -0/+2 |
2024-01-12 | Add missing log commit of mstatush | demin.han | 1 | -0/+1 |
2024-01-11 | Refactor put_csr to direct write | demin.han | 1 | -1/+1 |
2023-12-26 | zip and unzip of Zbkb require RV32 | YenHaoChen | 2 | -0/+2 |
2023-12-09 | fix fmvh_x_d.h rv32 sign-extended | Madman | 1 | -1/+1 |
2023-12-08 | Add Zimop extension | Andrew Waterman | 2 | -0/+4 |
2023-11-16 | Fix FMVP.D.X implementation | Andrew Waterman | 1 | -1/+1 |
2023-11-02 | add halfword width amo instructions | Ved Shanbhogue | 20 | -20/+31 |
2023-10-30 | add byte width amo instructions | Ved Shanbhogue | 10 | -0/+31 |
2023-10-18 | Spike support for the Zalasr extension | brs | 8 | -0/+18 |
2023-10-18 | add zcmop extension instructions | Ved Shanbhogue | 2 | -2/+7 |
2023-10-16 | vamo: remove instruction implementation | Chih-Min Chao | 36 | -72/+0 |
2023-09-01 | fix condition of executing cbo.inval as a flush operation | viktoryou | 1 | -3/+3 |
2023-06-19 | Zvk: Implement Zvksh, vector SM3 Hash Function | Eric Gouriou | 2 | -0/+99 |
2023-06-19 | Zvk: Implement Zvksed, vector SM4 Block Cipher | Eric Gouriou | 4 | -1/+140 |
2023-06-19 | Zvk: Implement Zvkned, vector AES single round | Eric Gouriou | 11 | -0/+502 |
2023-06-19 | Zvk: Implement Zvknh[ab], NIST Suite: Vector SHA-2 | Eric Gouriou | 3 | -0/+186 |
2023-06-19 | Zvk: Implement Zvkg, Vector GCM/GMAC instruction | Eric Gouriou | 2 | -0/+70 |
2023-06-19 | Zvk: Implement Zvbc extension, vectory carryless multiplaction | Eric Gouriou | 4 | -0/+80 |
2023-06-19 | Zvk: Implement Zvbb, Vector Bit-manipulation for Cryptography | Eric Gouriou | 16 | -0/+239 |
2023-06-19 | Implement Zacas extension. | Gianluca Guida | 3 | -0/+73 |
2023-06-18 | Remove Xbitmanip from instructions that belong to multiple extensions | Andrew Waterman | 14 | -30/+16 |
2023-06-18 | Remove instructions that belong only to Xbitmanip | Andrew Waterman | 45 | -347/+0 |
2023-06-06 | Merge pull request #1321 from plctlab/plct-bf16-dev | Andrew Waterman | 10 | -4/+34 |
2023-06-01 | dscr.ebreakh is now dcsr.ebreakv[su] | Tim Newsome | 2 | -8/+12 |
2023-05-29 | Add flh/fsh/fmv_h_x/fmv_x_h instructions to Zvfbfmin/Zvfbfwma extensions | Weiwei Li | 4 | -4/+4 |
2023-05-29 | Add support for new instructions of Zvfbfwma extension | Weiwei Li | 2 | -0/+10 |
2023-05-29 | Add support for new instructions of Zvfbfmin extension | Weiwei Li | 2 | -0/+10 |
2023-05-29 | Add support for new instructions of Zfbfmin extension | Weiwei Li | 2 | -0/+10 |
2023-05-25 | Refactor set_privilege to subsume set_virt | Andrew Waterman | 4 | -8/+4 |
2023-05-25 | Redo sret to put set_virt/set_privilege together | Scott Johnson | 1 | -3/+4 |
2023-05-25 | Implement dcsr.v and make DRET use it | Andrew Waterman | 1 | -0/+1 |