summaryrefslogtreecommitdiff
path: root/inst.v
diff options
context:
space:
mode:
Diffstat (limited to 'inst.v')
-rw-r--r--inst.v5
1 files changed, 2 insertions, 3 deletions
diff --git a/inst.v b/inst.v
index 3dde9f4..d0bb9f9 100644
--- a/inst.v
+++ b/inst.v
@@ -108,7 +108,6 @@
`define VENQIMM2 32'b00000_?????_?????_1000000010_1111011
`define VENQCNT 32'b00000_?????_?????_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
@@ -153,8 +152,8 @@
`define FMAX_S 32'b?????_?????_?????_11001_000_00_1010011
`define FMIN_D 32'b?????_?????_?????_11000_000_01_1010011
`define FMAX_D 32'b?????_?????_?????_11001_000_01_1010011
-`define MFTX_S 32'b?????_00000_?????_11100_000_00_1010011
-`define MFTX_D 32'b?????_00000_?????_11100_000_01_1010011
+`define MFTX_S 32'b?????_?????_00000_11100_000_00_1010011
+`define MFTX_D 32'b?????_?????_00000_11100_000_01_1010011
`define MFFSR 32'b?????_00000_00000_11101_000_00_1010011
`define MXTF_S 32'b?????_?????_00000_11110_000_00_1010011
`define MXTF_D 32'b?????_?????_00000_11110_000_01_1010011