Rv64i : passing test
This commit is contained in:
6
bench/tests/op/lwu.s
Normal file
6
bench/tests/op/lwu.s
Normal file
@@ -0,0 +1,6 @@
|
||||
# expected: 00000000FFFFFFFF
|
||||
.text
|
||||
_start:
|
||||
li x1, 0xFFFFFFFFFFFFFFFF
|
||||
sw x1, 100(x0)
|
||||
lwu x31, 100(x0)
|
||||
Reference in New Issue
Block a user