Stage 6: implementation, untested
This commit is contained in:
9
bench/op/andi.s
Normal file
9
bench/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
|
||||
|
||||
4
bench/op/ori.s
Normal file
4
bench/op/ori.s
Normal file
@@ -0,0 +1,4 @@
|
||||
# expected: 00000000, 00000010
|
||||
.text
|
||||
_start:
|
||||
|
||||
Reference in New Issue
Block a user