summaryrefslogtreecommitdiff
path: root/inst.v
diff options
context:
space:
mode:
authorGravatar Andrew Waterman <waterman@s141.Millennium.Berkeley.EDU>2011-01-18 17:51:52 -0800
committerGravatar Andrew Waterman <waterman@s141.Millennium.Berkeley.EDU>2011-01-18 17:51:52 -0800
commitb5770afc54cb5c445db574225d911ce330f62125 (patch)
tree012245ab62ee845df840faaf2ff79affdab8ced4 /inst.v
parenta6c850798cce0d0107d1da7eac80974aff9bee9e (diff)
[opcodes, sim, xcc] made *w insns illegal in RV32
now generic variants behave differently in RV32 and RV64.
Diffstat (limited to 'inst.v')
-rw-r--r--inst.v2
1 files changed, 0 insertions, 2 deletions
diff --git a/inst.v b/inst.v
index 95996cd..472a5d9 100644
--- a/inst.v
+++ b/inst.v
@@ -47,8 +47,6 @@
`define SRLW 32'b?????_?????_?????_0000010111_1110111
`define SRAW 32'b?????_?????_?????_0000011111_1110111
`define MULW 32'b?????_?????_?????_0000000001_1110111
-`define MULHW 32'b?????_?????_?????_0000010001_1110111
-`define MULHUW 32'b?????_?????_?????_0000011001_1110111
`define DIVW 32'b?????_?????_?????_0000100001_1110111
`define DIVUW 32'b?????_?????_?????_0000101001_1110111
`define REMW 32'b?????_?????_?????_0000110001_1110111