summaryrefslogtreecommitdiff
path: root/opcodes
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 /opcodes
parenta6c850798cce0d0107d1da7eac80974aff9bee9e (diff)
[opcodes, sim, xcc] made *w insns illegal in RV32
now generic variants behave differently in RV32 and RV64.
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes2
1 files changed, 0 insertions, 2 deletions
diff --git a/opcodes b/opcodes
index 3c18de0..6b49734 100644
--- a/opcodes
+++ b/opcodes
@@ -65,8 +65,6 @@ srlw rd rs1 rs2 16=0 15..10=2 9..7=7 6..0=0x77
sraw rd rs1 rs2 16=0 15..10=3 9..7=7 6..0=0x77
mulw rd rs1 rs2 16..10=0 9..7=1 6..0=0x77
-mulhw rd rs1 rs2 16..10=2 9..7=1 6..0=0x77
-mulhuw rd rs1 rs2 16..10=3 9..7=1 6..0=0x77
divw rd rs1 rs2 16..10=4 9..7=1 6..0=0x77
divuw rd rs1 rs2 16..10=5 9..7=1 6..0=0x77
remw rd rs1 rs2 16..10=6 9..7=1 6..0=0x77