aboutsummaryrefslogtreecommitdiff
path: root/isa/macros/scalar
AgeCommit message (Expand)AuthorFilesLines
2024-05-30Support more basic testing of Zca instructionsAndrew Waterman1-13/+13
2024-05-30Support basic testing of more Zca instructionsAndrew Waterman1-76/+76
2022-06-09Test misaligned stores. (#397)Tim Newsome1-0/+15
2022-06-07Test misaligned loads.Tim Newsome1-0/+16
2022-06-07Set TESTNUM before executing code.Tim Newsome1-1/+1
2022-06-06Revert unaligned tests.Tim Newsome1-1/+1
2022-06-06Set TESTNUM before executing code.Tim Newsome1-1/+1
2020-11-11add zfh (float16) test case and related macros (#301)Chih-Min Chao1-0/+73
2020-03-02enable rv32e compatability by replacing reg x29 with reg x7 (#250)Cedric Orban1-12/+12
2019-07-29Support RV32E. Fixed #198 (#200)Leway Colin1-36/+36
2017-11-26Rv32ud tests (#108)Torbjørn1-0/+109
2017-03-21Avoid x3 (gp), which is now TESTNUMAndrew Waterman1-30/+30
2017-02-01Test FMIN/FMAX NaN behaviorAndrew Waterman1-0/+5
2017-01-31Test qNaN and sNaN inputs to FP comparisonsAndrew Waterman1-4/+4
2017-01-04Remove Hwacha macrosAndrew Waterman1-28/+0
2017-01-04Mask off large constants for RV32Andrew Waterman1-23/+25
2016-10-09Align FP data sectionsAndrew Waterman1-12/+8
2016-08-08move fclass macros into the same file as the rest (#22)Colin Schmidt1-0/+8
2016-07-29Add an RVC testAndrew Waterman1-36/+0
2016-01-29Check NAN values in fdiv testsPalmer Dabbelt1-0/+8
2015-12-14change la to li as appropriate in test macrosHoward Mao1-2/+2
2015-09-20Remove Hwacha v3 testsAndrew Waterman1-123/+0
2015-03-20Add fdiv testAndrew Waterman1-4/+4
2015-03-17relay hwacha cause/aux to scause/sbadaddrYunsup Lee1-4/+4
2015-03-16revamp vector tests with new privileged spec, and add scalar pt testsYunsup Lee1-4/+2
2015-03-12Update to new privileged specAndrew Waterman1-1/+1
2015-01-09Add LICENSEAndrew Waterman1-0/+2
2015-01-04Avoid deprecated "b" pseudo-op; use "j" insteadAndrew Waterman1-2/+2
2014-12-03Rely on assembler to relax far branchesAndrew Waterman1-12/+3
2014-03-18Check FP corner cases and flagsAndrew Waterman1-24/+36
2014-01-31Reference TESTNUM instead of x28 directlyAndrew Waterman1-43/+43
2013-11-24Update to new privileged ISAAndrew Waterman1-10/+12
2013-10-17add hwacha exception supportYunsup Lee1-19/+21
2013-10-10revamp hwacha testsYunsup Lee1-32/+22
2013-08-23Reflect changes to ISAAndrew Waterman1-10/+10
2013-04-24add more header information to test_macrosYunsup Lee1-2/+23
2013-04-22initial commitYunsup Lee1-0/+690