From b5770afc54cb5c445db574225d911ce330f62125 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Tue, 18 Jan 2011 17:51:52 -0800 Subject: [opcodes, sim, xcc] made *w insns illegal in RV32 now generic variants behave differently in RV32 and RV64. --- opcodes | 2 -- 1 file changed, 2 deletions(-) (limited to 'opcodes') 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 -- cgit v1.2.3