summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Andrew Waterman <waterman@cs.berkeley.edu>2015-10-20 15:58:27 -0700
committerGravatar Andrew Waterman <waterman@cs.berkeley.edu>2015-10-20 15:58:27 -0700
commitbdcf0eb0f0fdf3c2cf6d7c329e7d4f999172ff34 (patch)
treef1db619c1e0ea3f7a6d207adc8a7047695ca3177
parentf308f9696faa5dc3cd34b9acc2ce8de422630c86 (diff)
Update to hopefully final RVC 1.9 encoding
-rw-r--r--opcodes-rvc14
1 files changed, 6 insertions, 8 deletions
diff --git a/opcodes-rvc b/opcodes-rvc
index 82831b1..ef1a1ac 100644
--- a/opcodes-rvc
+++ b/opcodes-rvc
@@ -17,14 +17,12 @@ c.lui 1..0=1 15..13=3 12=ignore 11..2=ignore # c.addi16sp when rd=2
c.srli 1..0=1 15..13=4 12=ignore 11..10=0 9..2=ignore
c.srai 1..0=1 15..13=4 12=ignore 11..10=1 9..2=ignore
c.andi 1..0=1 15..13=4 12=ignore 11..10=2 9..2=ignore
-c.addw 1..0=1 15..13=4 12=0 11..10=3 9..7=ignore 6..5=0 4..2=ignore
-c.sll 1..0=1 15..13=4 12=0 11..10=3 9..7=ignore 6..5=1 4..2=ignore
-c.subw 1..0=1 15..13=4 12=0 11..10=3 9..7=ignore 6..5=2 4..2=ignore
-c.sub 1..0=1 15..13=4 12=0 11..10=3 9..7=ignore 6..5=3 4..2=ignore
-c.xor 1..0=1 15..13=4 12=1 11..10=3 9..7=ignore 6..5=0 4..2=ignore
-c.srl 1..0=1 15..13=4 12=1 11..10=3 9..7=ignore 6..5=1 4..2=ignore
-c.or 1..0=1 15..13=4 12=1 11..10=3 9..7=ignore 6..5=2 4..2=ignore
-c.and 1..0=1 15..13=4 12=1 11..10=3 9..7=ignore 6..5=3 4..2=ignore
+c.sub 1..0=1 15..13=4 12=0 11..10=3 9..7=ignore 6..5=0 4..2=ignore
+c.xor 1..0=1 15..13=4 12=0 11..10=3 9..7=ignore 6..5=1 4..2=ignore
+c.or 1..0=1 15..13=4 12=0 11..10=3 9..7=ignore 6..5=2 4..2=ignore
+c.and 1..0=1 15..13=4 12=0 11..10=3 9..7=ignore 6..5=3 4..2=ignore
+c.subw 1..0=1 15..13=4 12=1 11..10=3 9..7=ignore 6..5=0 4..2=ignore
+c.addw 1..0=1 15..13=4 12=1 11..10=3 9..7=ignore 6..5=1 4..2=ignore
c.j 1..0=1 15..13=5 12=ignore 11..2=ignore
c.beqz 1..0=1 15..13=6 12=ignore 11..2=ignore
c.bnez 1..0=1 15..13=7 12=ignore 11..2=ignore