repo.or.cz
/
qemu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
use win32 timer queues
[qemu.git]
/
tests
/
lm32
/
test_bi.S
blob
a1fbd6fc075dfd60936fb3363582f9ab491910ae
1
.include "macros.inc"
2
3
start
4
5
test_name BI_1
6
bi jump
7
tc_fail
8
end
9
10
jump_back:
11
tc_pass
12
end
13
14
jump:
15
tc_pass
16
17
test_name BI_2
18
bi jump_back
19
tc_fail
20
21
end
22
23