aboutsummaryrefslogtreecommitdiff
path: root/isa/rv64ud
AgeCommit message (Collapse)AuthorFilesLines
2020-12-16Refactor rv64ud structural test to match format of other tests (#311)Kathlene Hurt1-11/+13
* Refactored rv64ud structural test to use pass/fail macros and test numbers * More clean up so test actually jumps to fail label
2020-11-20Only attempt to build tests supported by compilerAndrew Waterman1-2/+0
Resolves #303
2020-03-19Fix comments error in fmin.S (#267)Mohanson1-2/+2
2019-07-29Support RV32E. Fixed #198 (#200)Leway Colin1-1/+1
2017-11-26Rv32ud tests (#108)Torbjørn9-0/+78
* Probably implemented the changes required to support fadd test for rv32ud * Created test files in rv32ud, implemented working(?) test for ldst * fclass, fcvt_w, fmin and recoding seem to be working now * Got fdiv (and sqrt) tests working * fmadd tests seem to work * fcmp works * [WIP] fcvt working, but lacks a 32-bit implementation of the final test * Renamed macro TEST_LDST_D32 to TEST_CASE_D32 to indicate that it can be used for more than just LDST * Added Makefrag for rv32ud tests and included in main isa Makefile * Don't run 64-bit tests if the defined XLEN is 32
2017-05-22minNum -> minimumNumberAndrew Waterman1-2/+8
2017-04-10Improve fp ldst/move tests; remove redundant fsgnj testsAndrew Waterman4-56/+92
2017-03-21Avoid x3 (gp), which is now TESTNUMAndrew Waterman1-2/+2
2017-02-01Use NaN macrosAndrew Waterman2-4/+4
2017-02-01Test FMIN/FMAX NaN behaviorAndrew Waterman1-0/+5
See https://github.com/riscv/riscv-isa-sim/issues/76
2017-01-31Test qNaN and sNaN inputs to FP comparisonsAndrew Waterman1-7/+20
2016-08-08move fclass macros into the same file as the rest (#22)Colin Schmidt1-4/+0
2016-06-22split up rv64uf and rv64ud isa testsHoward Mao14-0/+668