From bdcf0eb0f0fdf3c2cf6d7c329e7d4f999172ff34 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Tue, 20 Oct 2015 15:58:27 -0700 Subject: Update to hopefully final RVC 1.9 encoding --- opcodes-rvc | 14 ++++++-------- 1 file 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 -- cgit v1.2.3