aboutsummaryrefslogtreecommitdiff
path: root/riscv
diff options
context:
space:
mode:
authorYunsup Lee <yunsup@cs.berkeley.edu>2012-03-10 12:52:34 -0800
committerYunsup Lee <yunsup@cs.berkeley.edu>2012-03-10 12:52:34 -0800
commitcdfb3299f022afef654155cab7c8b8f97d7e5ad9 (patch)
treef11b2244ceca3c518cf63b33447c6cbdd8bb9149 /riscv
parent85c978fe9969d770c764eb831faaf3259cbf8533 (diff)
downloadspike-cdfb3299f022afef654155cab7c8b8f97d7e5ad9.zip
spike-cdfb3299f022afef654155cab7c8b8f97d7e5ad9.tar.gz
spike-cdfb3299f022afef654155cab7c8b8f97d7e5ad9.tar.bz2
slight change to vector supervisor instructions
Diffstat (limited to 'riscv')
-rw-r--r--riscv/opcodes.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/riscv/opcodes.h b/riscv/opcodes.h
index 1e89804..fcd5225 100644
--- a/riscv/opcodes.h
+++ b/riscv/opcodes.h
@@ -270,9 +270,9 @@ DECLARE_INSN(vlseghu, 0x228b, 0x1ffff)
DECLARE_INSN(vssegb, 0x200f, 0x1ffff)
DECLARE_INSN(vfssegd, 0x258f, 0x1ffff)
DECLARE_INSN(sd, 0x1a3, 0x3ff)
-DECLARE_INSN(venqcmd, 0x1007b, 0xf83fffff)
-DECLARE_INSN(venqimm1, 0x100fb, 0xf83fffff)
-DECLARE_INSN(venqimm2, 0x1017b, 0xf83fffff)
-DECLARE_INSN(venqcnt, 0x101fb, 0xf83fffff)
+DECLARE_INSN(venqcmd, 0x1007b, 0xf801ffff)
+DECLARE_INSN(venqimm1, 0x100fb, 0xf801ffff)
+DECLARE_INSN(venqimm2, 0x1017b, 0xf801ffff)
+DECLARE_INSN(venqcnt, 0x101fb, 0xf801ffff)
DECLARE_INSN(vwaitxcpt, 0x1807b, 0xffffffff)
DECLARE_INSN(vwaitkill, 0x180fb, 0xffffffff)