3034 Commits (a2e80e1eba4e554a61784be34d50ce7d573cafdc)
 

Author SHA1 Message Date
Eric Gouriou e1101a13ae
Zvk: disassembler support 3 years ago
Andrew Waterman 5731a478ea
Merge pull request #1303 from rivosinc/zvk-vector-crypto 3 years ago
Eric Gouriou a55f96ae93
Zvk: Implement Zvksh, vector SM3 Hash Function 3 years ago
Eric Gouriou cbb2b1a224
Zvk: Implement Zvksed, vector SM4 Block Cipher 3 years ago
Eric Gouriou eadb0e1129
Zvk: Implement Zvkned, vector AES single round 3 years ago
Eric Gouriou 00873aa61a
Zvk: Implement Zvknh[ab], NIST Suite: Vector SHA-2 3 years ago
Eric Gouriou fbd4ca2eef
Zvk: Implement Zvkg, Vector GCM/GMAC instruction 3 years ago
Eric Gouriou d633af2b18
Zvk: Implement Zvbc extension, vectory carryless multiplaction 3 years ago
Eric Gouriou e87038ee5e
Zvk: Implement Zvbb, Vector Bit-manipulation for Cryptography 3 years ago
Eric Gouriou d5c0339484
Zvk: Infrastructure for Zvk extensions, element group handling 3 years ago
Eric Gouriou 1e5a71f99b
Zvk: extensions parsing 3 years ago
Eric Gouriou 377fb0a11b
List extensions alphabetically in riscv_insn_list 3 years ago
Andrew Waterman 8b10de64dd
Merge pull request #1364 from glg-rv/dev/glguida/amocas 3 years ago
Andrew Waterman b6dc274bcf
Merge pull request #1387 from ptomsich/ptomsich/add-zicond-to-disasm 3 years ago
Philipp Tomsich d6d919ee5b Add Zicond to disassembler 3 years ago
Philipp Tomsich 6c9168c8df
Merge pull request #1386 from ptomsich/ptomsich/fix-typo-in-check 3 years ago
Gianluca Guida f71bda9637 Implement Zacas extension. 3 years ago
Gianluca Guida bfdc0f8ef7 regenerate enconding.h 3 years ago
Gianluca Guida 4ac7e03dfb mmu: support load/store longer than 64-bits. 3 years ago
Gianluca Guida 07e7626e56 fesvr: support int128_t/uint128_t 3 years ago
Philipp Tomsich 270f408a7b Makefile: fix type in check target 3 years ago
Andrew Waterman 7e50839c76
Merge pull request #1384 from riscv-software-src/remove-xbitmanip 3 years ago
Andrew Waterman 58f9ba084c Remove Xbitmanip from README 3 years ago
Andrew Waterman 69389df41c isa parser: reject Xbitmanip extensions 3 years ago
Andrew Waterman 961d6def21 Remove Xbitmanip from disassembler 3 years ago
Andrew Waterman b043cc1d74 Remove Xbitmanip from instructions that belong to multiple extensions 3 years ago
Andrew Waterman fff2699cfd Remove instructions that belong only to Xbitmanip 3 years ago
Andrew Waterman 3b6732458f Add CMOV to overlap list, as it overlaps CZERO.EQZ 3 years ago
Andrew Waterman 900ca2cace
Merge pull request #1385 from riscv-software-src/check-overlap 3 years ago
Andrew Waterman 86b3e7851f Run 'make check' in CI 3 years ago
Andrew Waterman 057cfbcca6 Add test that ensures opcodes don't overlap unless explicitly specified 3 years ago
Andrew Waterman e58d89aa2c Add C.EBREAK, C.JALR, and C.JR to overlap list 3 years ago
Andrew Waterman 396c61f54e Restore MCPPBS unit-testing flow 3 years ago
Andrew Waterman 903ec29f90 Remove legacy debug test 3 years ago
Jerry Zhao c636ad356c
Merge pull request #1377 from riscv-software-src/ci-thorough 3 years ago
Jerry Zhao cfe79e06fb ci: CI should check each commit in a PR 3 years ago
Andrew Waterman 2f994c5f99
Merge pull request #1376 from YenHaoChen/pr-cbo-region 3 years ago
YenHaoChen 03b47351e6 Fix PMP checking region of cache-block management instructions 3 years ago
Andrew Waterman 08053dc947
Merge pull request #1375 from demin-han/master 3 years ago
demin.han cf7e434c80 Replace ternary operator with std:min 3 years ago
Andrew Waterman 97fbfec1c2
Merge pull request #1321 from plctlab/plct-bf16-dev 3 years ago
Andrew Waterman 58d2dbe17d
Merge pull request #1372 from plctlab/plct-cmmv-fix 3 years ago
Andrew Waterman b8e6c53fb4
Merge pull request #1373 from riscv-software-src/ebreakv 3 years ago
Weiwei Li 047491581c Fix bugs in disassembling code for cm.mva01s/mvsa01 instructions. (Resolved issue #1370) 3 years ago
Tim Newsome bb101c7a2c dscr.ebreakh is now dcsr.ebreakv[su] 3 years ago
Weiwei Li 8e800d05a4 Add BF16 extensions to README.md 3 years ago
Weiwei Li a2e8ad3d5f Add dsasm support for BF16 extensions 3 years ago
Weiwei Li 62478900e5 Add flh/fsh/fmv_h_x/fmv_x_h instructions to Zvfbfmin/Zvfbfwma extensions 3 years ago
Weiwei Li 48f6619175 Add support for new instructions of Zvfbfwma extension 3 years ago
Weiwei Li 8aacc4effd Add support for new instructions of Zvfbfmin extension 3 years ago