aboutsummaryrefslogtreecommitdiff
path: root/riscv/opcodes.h
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@cs.berkeley.edu>2013-09-15 04:26:35 -0700
committerAndrew Waterman <waterman@cs.berkeley.edu>2013-09-15 04:26:35 -0700
commitdf5e10921db293341827f58a816b294c3b523906 (patch)
treebdc5f1b7e8fb9b913b9e0bfac05eacba1e59ca85 /riscv/opcodes.h
parentf71bf5e86d1abf0ca37b4ef1e98550f15bd0092c (diff)
downloadspike-df5e10921db293341827f58a816b294c3b523906.zip
spike-df5e10921db293341827f58a816b294c3b523906.tar.gz
spike-df5e10921db293341827f58a816b294c3b523906.tar.bz2
ISA changes
Diffstat (limited to 'riscv/opcodes.h')
-rw-r--r--riscv/opcodes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/riscv/opcodes.h b/riscv/opcodes.h
index af1939d..4e3f3ed 100644
--- a/riscv/opcodes.h
+++ b/riscv/opcodes.h
@@ -94,7 +94,7 @@ DECLARE_INSN(clearpcr, 0x1f3, 0x3ff)
DECLARE_INSN(fmv_x_s, 0x1c053, 0x3fffff)
DECLARE_INSN(fsgnjn_d, 0x60d3, 0x1ffff)
DECLARE_INSN(fnmadd_s, 0x4f, 0x1ff)
-DECLARE_INSN(jal, 0x6f, 0x7f)
+DECLARE_INSN(jal, 0x67, 0x7f)
DECLARE_INSN(lwu, 0x303, 0x3ff)
DECLARE_INSN(fmv_x_d, 0x1c0d3, 0x3fffff)
DECLARE_INSN(fnmadd_d, 0xcf, 0x1ff)
@@ -147,7 +147,7 @@ DECLARE_INSN(divw, 0x63b, 0x1ffff)
DECLARE_INSN(amomin_d, 0x41ab, 0x7fff)
DECLARE_INSN(divu, 0x6b3, 0x1ffff)
DECLARE_INSN(amoswap_w, 0x52b, 0x7fff)
-DECLARE_INSN(jalr, 0x67, 0x3ff)
+DECLARE_INSN(jalr, 0x6f, 0x3ff)
DECLARE_INSN(fadd_s, 0x53, 0x1f1ff)
DECLARE_INSN(fcvt_l_d, 0x80d3, 0x3ff1ff)
DECLARE_INSN(sw, 0x123, 0x3ff)