aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/cvt_d_l.h
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@s141.Millennium.Berkeley.EDU>2010-09-20 19:01:40 -0700
committerAndrew Waterman <waterman@s141.Millennium.Berkeley.EDU>2010-09-20 19:01:40 -0700
commitcbefaf68c7cbef82567036513c072de04585faca (patch)
tree3e448540f1b4e0782aa37e319464c426f11e26f3 /riscv/insns/cvt_d_l.h
parent1583b7a9e256107094946fccb0d22541c9902225 (diff)
downloadspike-cbefaf68c7cbef82567036513c072de04585faca.zip
spike-cbefaf68c7cbef82567036513c072de04585faca.tar.gz
spike-cbefaf68c7cbef82567036513c072de04585faca.tar.bz2
[xcc, sim] changed instruction format so imm12 subs for rs2
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 808d20c..5faac2a 100644
--- a/riscv/insns/cvt_d_l.h
+++ b/riscv/insns/cvt_d_l.h
@@ -1,3 +1,3 @@
require_fp;
-FRC = i64_to_f64(FRA);
+FRDR = i64_to_f64(FRS1);
set_fp_exceptions;