summaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorGravatar Andrew Waterman <waterman@s141.Millennium.Berkeley.EDU>2011-01-17 01:13:50 -0800
committerGravatar Andrew Waterman <waterman@s141.Millennium.Berkeley.EDU>2011-01-17 01:13:50 -0800
commita6c850798cce0d0107d1da7eac80974aff9bee9e (patch)
tree6521cbac60393ad2f44cc6920353ad8bbaf277a6 /opcodes
parent46ae58e4ae587d7cafca539888f917d27f948ffb (diff)
[opcodes, pk, sim, xcc] removed nor, normalized macros to addi
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes1
1 files changed, 0 insertions, 1 deletions
diff --git a/opcodes b/opcodes
index 7b850d1..3c18de0 100644
--- a/opcodes
+++ b/opcodes
@@ -41,7 +41,6 @@ sltu rd rs1 rs2 16..10=3 9..7=0 6..0=0x75
and rd rs1 rs2 16..10=4 9..7=0 6..0=0x75
or rd rs1 rs2 16..10=5 9..7=0 6..0=0x75
xor rd rs1 rs2 16..10=6 9..7=0 6..0=0x75
-nor rd rs1 rs2 16..10=7 9..7=0 6..0=0x75
sll rd rs1 rs2 16=0 15..10=1 9..7=7 6..0=0x75
srl rd rs1 rs2 16=0 15..10=2 9..7=7 6..0=0x75
sra rd rs1 rs2 16=0 15..10=3 9..7=7 6..0=0x75