aboutsummaryrefslogtreecommitdiff
path: root/disasm
diff options
context:
space:
mode:
authorChih-Min Chao <chihmin.chao@sifive.com>2021-06-03 23:54:03 -0700
committerChih-Min Chao <chihmin.chao@sifive.com>2021-06-04 02:06:02 -0700
commit9d91c7abe019c0e46f609508b5db1bbecf07dbf0 (patch)
tree22f18ee458d58f036785d2726a1c2c13d4fc8560 /disasm
parent57e88c7e9ccc33757020122d2d7b20fe0b7c898c (diff)
downloadspike-9d91c7abe019c0e46f609508b5db1bbecf07dbf0.zip
spike-9d91c7abe019c0e46f609508b5db1bbecf07dbf0.tar.gz
spike-9d91c7abe019c0e46f609508b5db1bbecf07dbf0.tar.bz2
rvv: vdot has been removed
They have been remove in 0.10 spec Signed-off-by: Chih-Min Chao <chihmin.chao@sifive.com>
Diffstat (limited to 'disasm')
-rw-r--r--disasm/disasm.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/disasm/disasm.cc b/disasm/disasm.cc
index 5741c43..1c26c43 100644
--- a/disasm/disasm.cc
+++ b/disasm/disasm.cc
@@ -1096,8 +1096,6 @@ disassembler_t::disassembler_t(int xlen)
//0b11_0000
DISASM_OPIV_S___INSN(vwredsumu, 0);
DISASM_OPIV_S___INSN(vwredsum, 1);
- DISASM_OPIV_V___INSN(vdotu, 0);
- DISASM_OPIV_V___INSN(vdot, 1);
//OPMVV/OPMVX
//0b00_0000
@@ -1307,7 +1305,6 @@ disassembler_t::disassembler_t(int xlen)
DISASM_OPIV_WF_INSN(vfwadd);
DISASM_OPIV_WF_INSN(vfwsub);
DISASM_OPIV_VF_INSN(vfwmul);
- DISASM_OPIV_V__INSN(vfdot);
DISASM_OPIV_VF_INSN(vfwmacc);
DISASM_OPIV_VF_INSN(vfwnmacc);
DISASM_OPIV_VF_INSN(vfwmsac);