From 65721333eb55a580b86c0837ced29ebde36f1b3b Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Tue, 2 Nov 2010 12:19:52 -0700 Subject: [opcodes, pk, sim, xcc] made jumps shorter and PC-relative --- opcodes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'opcodes') diff --git a/opcodes b/opcodes index 325264f..a585d97 100644 --- a/opcodes +++ b/opcodes @@ -8,8 +8,8 @@ unimp 31..0=0 -j 31..27=0x18 imm27 # opcodes 0x60-0x64 -jal 31..27=0x19 imm27 # opcodes 0x64-0x68 +j 31..25=0x60 imm25 +jal 31..25=0x61 imm25 lui 31..25=0x71 rdi imm20 -- cgit v1.2.3