aboutsummaryrefslogtreecommitdiff
path: root/isa/rv32ui/sh.S
AgeCommit message (Collapse)AuthorFilesLines
2016-06-14rv32ui: sh: Added side effect test (#14)Sebastian Bøe1-0/+18
From the test comment: sh to a word aligned address should only affect the 2 lower bytes and should leave the 2 upper bytes unmodified. In this test we write 2 bytes to the lower 2 bytes of the word tdat11 and then ensure that the both the upper 2 bytes and lower 2 bytes are as expected.
2016-02-28Strip big-endian testsAndrew Waterman1-6/+0
These tests will likely never support non-standard big-endian systems.
2015-01-09Add LICENSEAndrew Waterman1-0/+2
2014-01-23First round of rv32ui asm testsEric Love1-0/+100