projects
/
riscv-isa-sim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c898b63
)
new instructions to handle vector exceptions
author
Yunsup Lee
<yunsup@cs.berkeley.edu>
Sat, 3 Mar 2012 23:10:56 +0000
(15:10 -0800)
committer
Yunsup Lee
<yunsup@cs.berkeley.edu>
Sat, 3 Mar 2012 23:10:56 +0000
(15:10 -0800)
riscv/opcodes.h
patch
|
blob
|
history
diff --git
a/riscv/opcodes.h
b/riscv/opcodes.h
index 519a75f323cf6fffd6fad6f2d07f7c025f3e6b4c..1e89804e229d6f459e9639d5fe0d16afdf6df46a 100644
(file)
--- a/
riscv/opcodes.h
+++ b/
riscv/opcodes.h
@@
-270,3
+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(vwaitxcpt, 0x1807b, 0xffffffff)
+DECLARE_INSN(vwaitkill, 0x180fb, 0xffffffff)