Refactor tests
This commit is contained in:
9
bench/tests/op/andi.s
Normal file
9
bench/tests/op/andi.s
Normal file
@@ -0,0 +1,9 @@
|
||||
# expected: 00000000, 00000010
|
||||
.text
|
||||
_start:
|
||||
addi x1, x0, 0x100
|
||||
andi x31, x1, 0x0FF
|
||||
|
||||
addi x1, x0, -1
|
||||
andi x31, x1, 0x010
|
||||
|
||||
Reference in New Issue
Block a user