repo.or.cz
/
qemu
/
mdroth.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
qapi: dealloc visitor, fix premature free and iteration logic
[qemu/mdroth.git]
/
tests
/
xtensa
/
test_boolean.S
blob
50e6d2c22a6112f81282d3a4ee6896ae3edd041d
1
.include "macros.inc"
2
3
test_suite boolean
4
5
test all4
6
movi a2, 0xfec0
7
wsr a2, br
8
all4 b0, b0
9
rsr a3, br
10
assert eq, a2, a3
11
all4 b0, b4
12
rsr a3, br
13
assert eq, a2, a3
14
all4 b0, b8
15
rsr a3, br
16
assert eq, a2, a3
17
all4 b0, b12
18
rsr a3, br
19
addi a2, a2, 1
20
assert eq, a2, a3
21
test_end
22
23
test_suite_end