summaryrefslogtreecommitdiff
path: root/inst.v
diff options
context:
space:
mode:
Diffstat (limited to 'inst.v')
-rw-r--r--inst.v6
1 files changed, 6 insertions, 0 deletions
diff --git a/inst.v b/inst.v
index fde166a..fe0848f 100644
--- a/inst.v
+++ b/inst.v
@@ -103,6 +103,12 @@
`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_?????_00000_1000000000_1111011
+`define VENQIMM1 32'b00000_?????_00000_1000000001_1111011
+`define VENQIMM2 32'b00000_?????_00000_1000000010_1111011
+`define VENQCNT 32'b00000_?????_00000_1000000011_1111011
+`define VWAITXCPT 32'b00000_00000_00000_1100000000_1111011
+`define VWAITKILL 32'b00000_00000_00000_1100000001_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