From 77551577a67537deb7229849788f6bdff69b43bd Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Thu, 25 Jul 2013 16:17:14 -0700 Subject: Remove JALR static hints --- opcodes | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'opcodes') diff --git a/opcodes b/opcodes index a97677d..53613ac 100644 --- a/opcodes +++ b/opcodes @@ -9,9 +9,7 @@ j imm25 6..2=0x19 1..0=3 jal imm25 6..2=0x1B 1..0=3 -jalr.c rd rs1 imm12 9..7=0 6..2=0x1A 1..0=3 -jalr.r rd rs1 imm12 9..7=1 6..2=0x1A 1..0=3 -jalr.j rd rs1 imm12 9..7=2 6..2=0x1A 1..0=3 +jalr rd rs1 imm12 9..7=0 6..2=0x1A 1..0=3 beq imm12hi rs1 rs2 imm12lo 9..7=0 6..2=0x18 1..0=3 bne imm12hi rs1 rs2 imm12lo 9..7=1 6..2=0x18 1..0=3 -- cgit v1.2.3