From f308f9696faa5dc3cd34b9acc2ce8de422630c86 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Mon, 12 Oct 2015 20:54:31 -0700 Subject: rvc 1.8 candidate --- opcodes-rvc-pseudo | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'opcodes-rvc-pseudo') diff --git a/opcodes-rvc-pseudo b/opcodes-rvc-pseudo index 43c6199..2f60cc6 100644 --- a/opcodes-rvc-pseudo +++ b/opcodes-rvc-pseudo @@ -1,8 +1,8 @@ # these aren't really pseudo-ops, but they overlay other encodings, # so they are here to prevent parse-opcodes from barfing -@c.nop 1..0=1 15..13=4 12=0 11..7=0 6..2=0 -@c.addi16sp 1..0=1 15..13=7 12=ignore 11..7=2 6..2=ignore +@c.nop 1..0=1 15..13=0 12=0 11..7=0 6..2=0 +@c.addi16sp 1..0=1 15..13=3 12=ignore 11..7=2 6..2=ignore @c.jr 1..0=2 15..13=4 12=0 11..7=ignore 6..2=0 @c.jalr 1..0=2 15..13=4 12=1 11..7=ignore 6..2=0 @c.ebreak 1..0=2 15..13=4 12=1 11..7=0 6..2=0 @@ -10,6 +10,6 @@ # RV64C @c.ld 1..0=0 15..13=3 12=ignore 11..2=ignore # c.flw for RV32 @c.sd 1..0=0 15..13=7 12=ignore 11..2=ignore # c.fsw for RV32 -@c.addiw 1..0=1 15..13=5 12=ignore 11..2=ignore # c.jal for RV32 +@c.addiw 1..0=1 15..13=1 12=ignore 11..2=ignore # c.jal for RV32 @c.ldsp 1..0=2 15..13=3 12=ignore 11..2=ignore # c.flwsp for RV32 @c.sdsp 1..0=2 15..13=7 12=ignore 11..2=ignore # c.fswsp for RV32 -- cgit v1.2.3