aboutsummaryrefslogtreecommitdiff
path: root/spike_main/disasm.cc
AgeCommit message (Expand)AuthorFilesLines
2020-05-22rvv: disasm: fix vsetvliChih-Min Chao1-1/+1
2020-05-18rvv: disasm: add missing .wx formatChih-Min Chao1-1/+3
2020-05-18rvv: disasm: fix unorder index storeChih-Min Chao1-1/+1
2020-05-14rvv: disasm: fix amo formatChih-Min Chao1-1/+1
2020-05-14disasm: refine structure nameChih-Min Chao1-3/+3
2020-05-14rvv: add lmul=1 (m0) in disasm messageDave.Wen1-19/+17
2020-05-14rvv: fix the fractional lmulDave.Wen1-3/+3
2020-05-13rvv: change to 0.9amoChih-Min Chao1-19/+36
2020-05-13rvv: amo pre-0.9Chih-Min Chao1-0/+27
2020-05-13rvv: fractional_lmul when lmul < 1Dave.Wen1-2/+22
2020-05-13vtype: fix the vta and vma functions and debugging displayDave.Wen1-0/+3
2020-05-12rvv: add ext opcodeChih-Min Chao1-0/+8
2020-05-12rvv: op: change vfunary0 and funary1 func6 fieldChih-Min Chao1-3/+9
2020-05-11rvv: change to 0.9 ldstChih-Min Chao1-65/+58
2020-05-04zfh: add fp16 disasmChih-Min Chao1-0/+38
2020-04-16rvv: fix rtz cvtChih-Min Chao1-2/+2
2020-04-14rvv: disasm: leave only SEW-bit segment load/storeChih-Min Chao1-66/+0
2020-04-14rvv: add vfslide1[down|up].vf and refine checking ruleChih-Min Chao1-0/+2
2020-04-14rvv: add float conversion for rtz variantsChih-Min Chao1-1/+7
2020-02-12Fix immediate signedness in vector disassemblyAndrew Waterman1-3/+3
2020-01-06rvv : vmv[1248]r.vChih-Min Chao1-4/+9
2019-12-12rvv: fix vfwcvt/vfncvt for f32 -> f64 and f64 -> f32Chih-Min Chao1-11/+9
2019-11-27rvv: add whole register load/store, vl1r.v/vs1r.vChih-Min Chao1-11/+11
2019-11-27rvv: replace vn suffic by 'w'Chih-Min Chao1-26/+30
2019-11-27rvv: add load/store whole registerChih-Min Chao1-0/+4
2019-11-27rvv: rename vfncvt suffix and add rod rouding typeChih-Min Chao1-15/+21
2019-11-27rvv: add quad insn and new vlenb csrChih-Min Chao1-5/+5
2019-11-17add vaaddu/vasubu/vfncvt.rod.f.f.v to diassemblerAndrew Waterman1-2/+5
2019-10-22rvv: remove vmfordChih-Min Chao1-1/+0
2019-10-14rvv: update encoding to v0.8Chih-Min Chao1-1/+1
2019-10-08Speed up compilation of disasm.cc, especially in clangAndrew Waterman1-1/+1
2019-09-05rvv: change vext to vmvChih-Min Chao1-1/+1
2019-09-05Revert "vext.x.v -> vmv.x.s; unary operation encoding changes"Chih-Min Chao1-1/+1
2019-09-04Fix c.fldsp/c.fsdsp disassembly bugAndrew Waterman1-2/+2
2019-09-04vext.x.v -> vmv.x.s; unary operation encoding changesAndrew Waterman1-1/+1
2019-09-04vmfirst/vmpopc have been renamed to vfirst/vpopcAndrew Waterman1-2/+2
2019-06-13rvv: separte vfunary0 into independent instructionsChih-Min Chao1-15/+16
2019-06-13rvv: spearate vfunary1 into independent instructionsChih-Min Chao1-4/+2
2019-06-06rvv: follow new instruction name changeChih-Min Chao1-6/+6
2019-06-04rvv: sepapate vfmergeChih-Min Chao1-1/+2
2019-06-04rvv: move vadc/vsbc.v[vxi] to vadc/vsbc.v[vxi]mChih-Min Chao1-5/+21
2019-06-04rvv: separate vmerge and vmvChih-Min Chao1-1/+12
2019-06-04rvv: vmiota_m -> viota_mChih-Min Chao1-1/+1
2019-06-04rvv: change vseq.?? to vmseq.?? and related insnsChih-Min Chao1-8/+8
2019-06-04rvv: add vfrsub.vfChih-Min Chao1-0/+1
2019-06-04rvv: change vfeq to vmfeq and related comparision instructionChih-Min Chao1-7/+7
2019-05-29rvv: disasm: remove unused includeChih-Min Chao1-1/+0
2019-05-29rvv: disas: add fault-first instructionsChih-Min Chao1-14/+30
2019-05-27rvv: disasm: shift should use unsiged viChih-Min Chao1-6/+6
2019-05-23rvv: fix rgatherChih-Min Chao1-1/+1