summaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorGravatar Andrew Waterman <waterman@cs.berkeley.edu>2013-07-25 16:17:14 -0700
committerGravatar Andrew Waterman <waterman@cs.berkeley.edu>2013-07-25 16:17:14 -0700
commit77551577a67537deb7229849788f6bdff69b43bd (patch)
treee4eed16a7bbcae91454cb1dba595e9f3195c75e3 /opcodes
parent94af1b2e60aed7be56d22e809353c95e95a9e156 (diff)
Remove JALR static hints
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes4
1 files changed, 1 insertions, 3 deletions
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