From 94fb7c49c44d81a1b23af2985a67ba5347eb27fd Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Mon, 11 Apr 2011 17:09:50 -0700 Subject: [xcc,sim,opcodes] more rvc instructions and bug fixes --- opcodes | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'opcodes') diff --git a/opcodes b/opcodes index fa5369b..fbc039e 100644 --- a/opcodes +++ b/opcodes @@ -317,5 +317,7 @@ setvl rd rs1 21..10=0 9..7=1 6..2=0x1C 1..0=3 vf 31..27=0 rs1 imm12 9..7=2 6..2=0x1C 1..0=3 # compressed instructions -c.addi cimm6 crd5 4..0=0 -c.li cimm6 crd5 4..0=1 +c.addi cimm6 crd 4..0=0 +c.li cimm6 crd 4..0=1 +c.move 15=0 crs1 crd 4..0=2 +c.j 15=1 cimm10 4..0=2 -- cgit v1.2.3