aboutsummaryrefslogtreecommitdiff
path: root/disasm/disasm.cc
AgeCommit message (Expand)AuthorFilesLines
2021-08-08Removed SWAP16 encoding and implementation header. (#766)marcfedorow1-1/+0
2021-07-29Significantly speed up compilation of disassemblerAndrew Waterman1-257/+372
2021-07-28Update disassembly to reflect renamed vector instructionsAndrew Waterman1-5/+5
2021-07-28scalar-crypto: Remove remaining RV*_ONLY codeBen Marshall1-8/+0
2021-07-20Priv virtual memory updates (#750)Daniel Lustig1-0/+6
2021-06-04rvv: vdot has been removedChih-Min Chao1-3/+0
2021-05-10Support RISC-V p-ext-proposal v0.9.2 (#637)ChunPing Chung1-0/+343
2021-03-08Merge pull request #649 from ben-marshall/scalar-crypto-fixAndrew Waterman1-0/+8
2021-02-24rvv: add vsetivliChih-Min Chao1-0/+1
2021-02-24rvv: add vse1/vle1Chih-Min Chao1-0/+3
2021-02-23rvv: rename sqrt/reciprocal instructionsChih-Min Chao1-2/+2
2021-02-23rvv: disas: reserved sew >= 128Chih-Min Chao1-4/+0
2021-02-18scalar-crypto: Fix decoding of RV64 AES instructions.Ben Marshall1-0/+8
2021-01-17rvb: add xperm.[nbhw] (#629)Chih-Min Chao1-0/+4
2021-01-08Update Zba/Zbb/Zbc to v0.93; Zbs/Zbe to v0.94-draftAndrew Waterman1-12/+13
2021-01-08Remove RV128 fmv.x.q/fmv.q.x instructions from disassemblerAndrew Waterman1-2/+0
2020-12-15Add Zba/Zbb to disassemblerAndrew Waterman1-0/+27
2020-12-14disasm: show fench's predecessor and successorChih-Min Chao1-1/+25
2020-12-02rvv: index load/store have benn separated into ordered and unordered parts (#...Chih-Min Chao1-4/+8
2020-10-22Start adding B ext to disassemblerAndrew Waterman1-0/+13
2020-09-22Separate build of spike and spike-dasmAndrew Waterman1-0/+1296