aboutsummaryrefslogtreecommitdiff
path: root/spike_main
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2019-07-05 18:07:23 -0700
committerAndrew Waterman <andrew@sifive.com>2019-07-05 18:07:23 -0700
commitdb067bbe5b8c23e0ab08fbd01a0f2779cd664a59 (patch)
tree2e339286d9eeee56a264d48803710c0d6dadabda /spike_main
parent6630944c5f5b938efdb88f4763ee3808e6c3b778 (diff)
downloadspike-db067bbe5b8c23e0ab08fbd01a0f2779cd664a59.zip
spike-db067bbe5b8c23e0ab08fbd01a0f2779cd664a59.tar.gz
spike-db067bbe5b8c23e0ab08fbd01a0f2779cd664a59.tar.bz2
vmfirst/vmpopc have been renamed to vfirst/vpopc
Diffstat (limited to 'spike_main')
-rw-r--r--spike_main/disasm.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/spike_main/disasm.cc b/spike_main/disasm.cc
index 0c625d4..ce42750 100644
--- a/spike_main/disasm.cc
+++ b/spike_main/disasm.cc
@@ -941,9 +941,9 @@ disassembler_t::disassembler_t(int xlen)
DISASM_OPIV__X__INSN(vslide1down,1);
//0b01_0000
- DISASM_INSN("vmpopc.m", vmpopc_m, 0, {&xrd, &vs2, &opt, &vm});
+ DISASM_INSN("vpopc.m", vpopc_m, 0, {&xrd, &vs2, &opt, &vm});
//vmuary0
- DISASM_INSN("vmfirst.m", vmfirst_m, 0, {&xrd, &vs2, &opt, &vm});
+ DISASM_INSN("vfirst.m", vfirst_m, 0, {&xrd, &vs2, &opt, &vm});
DISASM_INSN("vmsbf.m", vmsbf_m, 0, {&vd, &vs2, &opt, &vm});
DISASM_INSN("vmsof.m", vmsof_m, 0, {&vd, &vs2, &opt, &vm});
DISASM_INSN("vmsif.m", vmsif_m, 0, {&vd, &vs2, &opt, &vm});