aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/remu.h
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@s144.Millennium.Berkeley.EDU>2010-11-05 14:06:12 -0700
committerAndrew Waterman <waterman@s144.Millennium.Berkeley.EDU>2010-11-21 16:54:33 -0800
commit7471eee0ba7d80c83048cbbf47d7837f586b9264 (patch)
tree09c1b60abf1fe766cfe748c9bd7b5c301f4f177b /riscv/insns/remu.h
parent3f144b12ed35f7fee4c7faf937e144807acb1e2b (diff)
downloadspike-7471eee0ba7d80c83048cbbf47d7837f586b9264.zip
spike-7471eee0ba7d80c83048cbbf47d7837f586b9264.tar.gz
spike-7471eee0ba7d80c83048cbbf47d7837f586b9264.tar.bz2
[xcc, sim, pk, opcodes] new instruction encoding!
Diffstat (limited to 'riscv/insns/remu.h')
-rw-r--r--riscv/insns/remu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscv/insns/remu.h b/riscv/insns/remu.h
index 2f40aaa..e6af512 100644
--- a/riscv/insns/remu.h
+++ b/riscv/insns/remu.h
@@ -1,2 +1,2 @@
require64;
-RDR = RS1 % RS2;
+RD = RS1 % RS2;