rv64im: passing tests
This commit is contained in:
14
bench/tests/op/divu.s
Normal file
14
bench/tests/op/divu.s
Normal file
@@ -0,0 +1,14 @@
|
||||
# expected: ffffffffffffffff, dead0, 1
|
||||
.text
|
||||
_start:
|
||||
li x2, 0xdead0
|
||||
li x3, 0x0
|
||||
li x4, 0x1
|
||||
li x6, 0xdead0
|
||||
|
||||
# Div by 0
|
||||
divu x31, x2, x3
|
||||
|
||||
# Basic divisions
|
||||
divu x31, x2, x4
|
||||
divu x31, x2, x6
|
||||
Reference in New Issue
Block a user