aboutsummaryrefslogtreecommitdiff
path: root/machine/fp_ldst.c
AgeCommit message (Collapse)AuthorFilesLines
2021-05-05machine: replace `mbadaddr` with `mtval` (#242)Saleem Abdulrasool1-1/+1
The LLVM IAS does not support the older name for the `mtval` CSR. This updates the name to the current spelling, which is required to build with the LLVM IAS. This remains compatible with binutils as well.
2018-07-09Properly license all nontrivial filesAndrew Waterman1-0/+2
2017-02-15Emulate RVFC instructionsAndrew Waterman1-28/+18
2016-12-06avoid non-standard predefined macrosAndrew Waterman1-2/+2
2016-03-22fix multilib build error. it's type casting related.SeungRyeol Lee1-1/+1
2016-03-09Factor emulation routines into multiple filesAndrew Waterman1-0/+67