aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/cvt_d_l.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/cvt_d_l.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/cvt_d_l.h')
-rw-r--r--riscv/insns/cvt_d_l.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscv/insns/cvt_d_l.h b/riscv/insns/cvt_d_l.h
index 8a60e64..28a03a9 100644
--- a/riscv/insns/cvt_d_l.h
+++ b/riscv/insns/cvt_d_l.h
@@ -1,4 +1,4 @@
require64;
require_fp;
-FRDR = i64_to_f64(RS1);
+FRD = i64_to_f64(RS1);
set_fp_exceptions;