diff options
author | Andrew Waterman <waterman@cs.berkeley.edu> | 2015-10-12 20:54:31 -0700 |
---|---|---|
committer | Andrew Waterman <waterman@cs.berkeley.edu> | 2015-10-12 20:54:31 -0700 |
commit | f308f9696faa5dc3cd34b9acc2ce8de422630c86 (patch) | |
tree | 4575616cabaebf1d33ef970a061411dd89297613 /opcodes-rvc | |
parent | f4333ac533615f0c281b41356bde944f2683a6a9 (diff) | |
download | riscv-opcodes-f308f9696faa5dc3cd34b9acc2ce8de422630c86.zip riscv-opcodes-f308f9696faa5dc3cd34b9acc2ce8de422630c86.tar.gz riscv-opcodes-f308f9696faa5dc3cd34b9acc2ce8de422630c86.tar.bz2 |
rvc 1.8 candidate
Diffstat (limited to 'opcodes-rvc')
-rw-r--r-- | opcodes-rvc | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/opcodes-rvc b/opcodes-rvc index 39b960e..82831b1 100644 --- a/opcodes-rvc +++ b/opcodes-rvc @@ -10,24 +10,24 @@ c.sw 1..0=0 15..13=6 12=ignore 11..2=ignore c.fsw 1..0=0 15..13=7 12=ignore 11..2=ignore # c.sd for RV64 # C1 encoding space -c.srli 1..0=1 15..13=0 12=ignore 11..10=0 9..2=ignore -c.srai 1..0=1 15..13=0 12=ignore 11..10=1 9..2=ignore -c.andi 1..0=1 15..13=0 12=ignore 11..10=2 9..2=ignore -c.addw 1..0=1 15..13=0 12=0 11..10=3 9..7=ignore 6..5=0 4..2=ignore -c.sll 1..0=1 15..13=0 12=0 11..10=3 9..7=ignore 6..5=1 4..2=ignore -c.subw 1..0=1 15..13=0 12=0 11..10=3 9..7=ignore 6..5=2 4..2=ignore -c.sub 1..0=1 15..13=0 12=0 11..10=3 9..7=ignore 6..5=3 4..2=ignore -c.xor 1..0=1 15..13=0 12=1 11..10=3 9..7=ignore 6..5=0 4..2=ignore -c.srl 1..0=1 15..13=0 12=1 11..10=3 9..7=ignore 6..5=1 4..2=ignore -c.or 1..0=1 15..13=0 12=1 11..10=3 9..7=ignore 6..5=2 4..2=ignore -c.and 1..0=1 15..13=0 12=1 11..10=3 9..7=ignore 6..5=3 4..2=ignore -c.j 1..0=1 15..13=1 12=ignore 11..2=ignore -c.beqz 1..0=1 15..13=2 12=ignore 11..2=ignore -c.bnez 1..0=1 15..13=3 12=ignore 11..2=ignore -c.addi 1..0=1 15..13=4 12=ignore 11..2=ignore -c.jal 1..0=1 15..13=5 12=ignore 11..2=ignore # c.addiw for RV64 -c.li 1..0=1 15..13=6 12=ignore 11..2=ignore -c.lui 1..0=1 15..13=7 12=ignore 11..2=ignore # c.addi16sp when rd=2 +c.addi 1..0=1 15..13=0 12=ignore 11..2=ignore +c.jal 1..0=1 15..13=1 12=ignore 11..2=ignore # c.addiw for RV64 +c.li 1..0=1 15..13=2 12=ignore 11..2=ignore +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.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 # C2 encoding space c.slli 1..0=2 15..13=0 12=ignore 11..2=ignore |