aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vvcfgivl.h
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@s141.Millennium.Berkeley.EDU>2011-06-12 20:27:10 -0700
committerAndrew Waterman <waterman@s141.Millennium.Berkeley.EDU>2011-06-12 20:27:10 -0700
commit740f981cfd55604d46598144dccac26dd53f643c (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /riscv/insns/vvcfgivl.h
parentc0ebf99d6bb3ef3cf252703b50b849bcbaa2ec59 (diff)
downloadriscv-isa-sim-740f981cfd55604d46598144dccac26dd53f643c.zip
riscv-isa-sim-740f981cfd55604d46598144dccac26dd53f643c.tar.gz
riscv-isa-sim-740f981cfd55604d46598144dccac26dd53f643c.tar.bz2
[sim] renamed to riscv-isa-run
Diffstat (limited to 'riscv/insns/vvcfgivl.h')
-rw-r--r--riscv/insns/vvcfgivl.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/riscv/insns/vvcfgivl.h b/riscv/insns/vvcfgivl.h
deleted file mode 100644
index 0ded9f8..0000000
--- a/riscv/insns/vvcfgivl.h
+++ /dev/null
@@ -1,6 +0,0 @@
-require_vector;
-nxpr_use = SIMM & 0x3f;
-nfpr_use = (SIMM >> 6) & 0x3f;
-vcfg();
-setvl(RS1);
-RD = VL;