aboutsummaryrefslogtreecommitdiff
path: root/machine/fp_emulation.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-06Only prohibit float32-only when FP emulation is enabledAndrew Waterman1-0/+8
2019-07-17Make illegal-instruction jump table entries relative to their baseAndrew Waterman1-34/+34
2018-07-11Upgrade to SoftFloat 3eAndrew Waterman1-29/+34
2018-07-09Properly license all nontrivial filesAndrew Waterman1-0/+2
2017-11-01Fix(?) fcvt.s.w emulation for rs1 = -2^31 (#66)Andrew Waterman1-1/+1
2017-05-04FMV.X.S/FMV.S.X -> FMV.X.W/FMV.W.XAndrew Waterman1-2/+2
2017-02-15Emulate RVFC instructionsAndrew Waterman1-0/+2
2016-12-06avoid non-standard predefined macrosAndrew Waterman1-3/+3
2016-07-16Add FCLASS emulationAndrew Waterman1-5/+19
2016-04-30Move DRAM to high addressesAndrew Waterman1-2/+2
2016-03-09Factor emulation routines into multiple filesAndrew Waterman1-64/+0
2016-03-09Refactor pk, bbl, machine into separate librariesAndrew Waterman1-0/+449