aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/fcvt_d_lu.h
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@s144.Millennium.Berkeley.EDU>2011-05-19 13:23:26 -0700
committerAndrew Waterman <waterman@s144.Millennium.Berkeley.EDU>2011-05-19 13:23:40 -0700
commit996c3808ad039204f64d3a10df2a269f2c0b8dbb (patch)
tree33d733a5d5528baae348e31797031b2747f62f4a /riscv/insns/fcvt_d_lu.h
parent93f1d11a4f8bb6b00bbd6528684076f29afbcef1 (diff)
downloadspike-996c3808ad039204f64d3a10df2a269f2c0b8dbb.zip
spike-996c3808ad039204f64d3a10df2a269f2c0b8dbb.tar.gz
spike-996c3808ad039204f64d3a10df2a269f2c0b8dbb.tar.bz2
[sim] more fp conversion bugs fixed
Diffstat (limited to 'riscv/insns/fcvt_d_lu.h')
-rw-r--r--riscv/insns/fcvt_d_lu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscv/insns/fcvt_d_lu.h b/riscv/insns/fcvt_d_lu.h
index 68c0482..2032758 100644
--- a/riscv/insns/fcvt_d_lu.h
+++ b/riscv/insns/fcvt_d_lu.h
@@ -1,5 +1,5 @@
require_xpr64;
require_fp;
softfloat_roundingMode = RM;
-FRD = i64_to_f64(RS1);
+FRD = ui64_to_f64(RS1);
set_fp_exceptions;