aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/mff_d.h
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@s141.Millennium.Berkeley.EDU>2010-08-09 20:51:44 -0700
committerAndrew Waterman <waterman@s141.Millennium.Berkeley.EDU>2010-08-09 20:51:44 -0700
commit2d75bf71bb3990f5a718ddca3c99f9139c03c10b (patch)
tree029a524ddc8c98c00bf0ef2d25993649b3644ae6 /riscv/insns/mff_d.h
parentd9170d6002c684acdfca1ba124dba2235081b578 (diff)
downloadriscv-isa-sim-2d75bf71bb3990f5a718ddca3c99f9139c03c10b.zip
riscv-isa-sim-2d75bf71bb3990f5a718ddca3c99f9139c03c10b.tar.gz
riscv-isa-sim-2d75bf71bb3990f5a718ddca3c99f9139c03c10b.tar.bz2
[xcc,sim] implement FP using softfloat
The intersection of the Hauser FP and MIPS FP is implemented.
Diffstat (limited to 'riscv/insns/mff_d.h')
-rw-r--r--riscv/insns/mff_d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscv/insns/mff_d.h b/riscv/insns/mff_d.h
index f1bb205..eaece44 100644
--- a/riscv/insns/mff_d.h
+++ b/riscv/insns/mff_d.h
@@ -1,3 +1,3 @@
require64;
require_fp;
-RA = FRB.bits;
+RA = FRB;