aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/c_j.h
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@s144.Millennium.Berkeley.EDU>2011-04-11 17:09:50 -0700
committerAndrew Waterman <waterman@s144.Millennium.Berkeley.EDU>2011-04-11 17:09:50 -0700
commit66eda0b75e69691b62d88ed3514ffc28b712a316 (patch)
treec513c50f14c14b5c11ed19116fc9013eefe0b596 /riscv/insns/c_j.h
parent4b534147c0c49f9ea57f4c686af7c6508d114a99 (diff)
downloadspike-66eda0b75e69691b62d88ed3514ffc28b712a316.zip
spike-66eda0b75e69691b62d88ed3514ffc28b712a316.tar.gz
spike-66eda0b75e69691b62d88ed3514ffc28b712a316.tar.bz2
[xcc,sim,opcodes] more rvc instructions and bug fixes
Diffstat (limited to 'riscv/insns/c_j.h')
-rw-r--r--riscv/insns/c_j.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/riscv/insns/c_j.h b/riscv/insns/c_j.h
new file mode 100644
index 0000000..87ee015
--- /dev/null
+++ b/riscv/insns/c_j.h
@@ -0,0 +1,2 @@
+require_rvc;
+npc = CJUMP_TARGET;