aboutsummaryrefslogtreecommitdiff
path: root/isa/rv64ui/lw.S
AgeCommit message (Collapse)AuthorFilesLines
2022-06-06Revert unaligned tests.Tim Newsome1-23/+0
They lead to two problems: 1. The change to set TESTNUM before the test instead of after broke a few tests that relied on the old behavior. 2. Some tests in the v variant do something in the exception handler such that when they get an unaligned access exception, they end up stuck in a loop of unaligned access exceptions and the exception handler set up in the test is never called.
2022-06-06Add unaligned test cases for lwTim Newsome1-0/+23
The test passes if either the target register contains the correct value, or the target raises a misaligned load exception.
2017-03-21Avoid x3 (gp), which is now TESTNUMAndrew Waterman1-8/+8
2015-01-09Add LICENSEAndrew Waterman1-0/+2
2013-04-22initial commitYunsup Lee1-0/+90