Add tests for stage 7

This commit is contained in:
2025-11-06 18:52:31 +01:00
parent 1c829366de
commit 37435c6677
9 changed files with 128 additions and 0 deletions

11
bench/tests/op/or.s Normal file
View File

@@ -0,0 +1,11 @@
# expected: 000001FF, FFFFFFFF
.text
_start:
addi x1, x0, 0x100
addi x2, x0, 0x0FF
or x31, x1, x2
addi x1, x0, -1
addi x2, x0, 0x010
or x31, x1, x2