]> git.proxmox.com Git - mirror_qemu.git/blob - tests/tcg/lm32/test_bi.S
tests: mv tests/* -> tests/tcg
[mirror_qemu.git] / tests / tcg / lm32 / test_bi.S
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