aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vfnmacc_vf.h
diff options
context:
space:
mode:
authorDave.Wen <dave.wen@sifive.com>2019-03-25 20:05:22 -0700
committerChih-Min Chao <chihmin.chao@sifive.com>2019-03-26 08:49:11 -0700
commitc5e2f906a92d96bbc9ef310a805b5bdd8e9c297a (patch)
tree081c559ed347e2de2d1107559eb00971ea1e8d13 /riscv/insns/vfnmacc_vf.h
parent980f1b5f5e540f40f871d7077f637a484b4910eb (diff)
downloadspike-c5e2f906a92d96bbc9ef310a805b5bdd8e9c297a.zip
spike-c5e2f906a92d96bbc9ef310a805b5bdd8e9c297a.tar.gz
spike-c5e2f906a92d96bbc9ef310a805b5bdd8e9c297a.tar.bz2
update all instruction templates and part of the implementations
Diffstat (limited to 'riscv/insns/vfnmacc_vf.h')
-rw-r--r--riscv/insns/vfnmacc_vf.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/riscv/insns/vfnmacc_vf.h b/riscv/insns/vfnmacc_vf.h
new file mode 100644
index 0000000..bb12288
--- /dev/null
+++ b/riscv/insns/vfnmacc_vf.h
@@ -0,0 +1,5 @@
+// vfnmacc
+VFP_VF_LOOP
+({
+ // NOT IMPLEMENTED YET
+})