aboutsummaryrefslogtreecommitdiff
path: root/inst.v
diff options
context:
space:
mode:
authorYunsup Lee <yunsup@cs.berkeley.edu>2012-03-18 16:29:12 -0700
committerYunsup Lee <yunsup@cs.berkeley.edu>2012-03-18 16:29:12 -0700
commit63da785d33275b8c9476a781a67829f91cc34fc6 (patch)
tree5f91434bd785178a0f2f8c7a5784295ae84f18ed /inst.v
parent577bc77f4ada83df15575e6a4a66e88949cbf138 (diff)
downloadriscv-opcodes-63da785d33275b8c9476a781a67829f91cc34fc6.zip
riscv-opcodes-63da785d33275b8c9476a781a67829f91cc34fc6.tar.gz
riscv-opcodes-63da785d33275b8c9476a781a67829f91cc34fc6.tar.bz2
clean up vector exception instructions
Diffstat (limited to 'inst.v')
-rw-r--r--inst.v16
1 files changed, 9 insertions, 7 deletions
diff --git a/inst.v b/inst.v
index dc88796..8745a53 100644
--- a/inst.v
+++ b/inst.v
@@ -103,14 +103,16 @@
`define MTPCR 32'b00000_?????_?????_0000000011_1111011
`define ERET 32'b00000_00000_00000_0000000100_1111011
`define CFLUSH 32'b00000_00000_00000_0000000101_1111011
-`define VENQCMD 32'b00000_?????_?????_1000000000_1111011
-`define VENQIMM1 32'b00000_?????_?????_1000000001_1111011
-`define VENQIMM2 32'b00000_?????_?????_1000000010_1111011
-`define VENQCNT 32'b00000_?????_?????_1000000011_1111011
+`define VXCPTSAVE 32'b00000_00000_00000_1000000000_1111011
+`define VXCPTRESTORE 32'b00000_00000_00000_1000000001_1111011
+`define VXCPTKILL 32'b00000_00000_00000_1000000010_1111011
`define VXCPTEVAC 32'b00000_?????_00000_1100000000_1111011
-`define VXCPTKILL 32'b00000_00000_00000_1100000001_1111011
-`define VXCPTWAIT 32'b00000_00000_00000_1100000010_1111011
-`define VXCPTHOLD 32'b00000_00000_00000_1100000011_1111011
+`define VXCPTWAIT 32'b00000_00000_00000_1100000001_1111011
+`define VXCPTHOLD 32'b00000_00000_00000_1100000010_1111011
+`define VENQCMD 32'b00000_?????_?????_1100000011_1111011
+`define VENQIMM1 32'b00000_?????_?????_1100000100_1111011
+`define VENQIMM2 32'b00000_?????_?????_1100000101_1111011
+`define VENQCNT 32'b00000_?????_?????_1100000110_1111011
`define FADD_S 32'b?????_?????_?????_00000_???_00_1010011
`define FSUB_S 32'b?????_?????_?????_00001_???_00_1010011
`define FMUL_S 32'b?????_?????_?????_00010_???_00_1010011