Statistics
| Branch: | Revision:

root / tests / tcg / lm32 / test_calli.S @ c09015dd

History | View | Annotate | Download (117 Bytes)

1 d65f0831 Michael Walle
.include "macros.inc"
2 d65f0831 Michael Walle
3 d65f0831 Michael Walle
start
4 d65f0831 Michael Walle
5 d65f0831 Michael Walle
test_name CALLI_1
6 d65f0831 Michael Walle
calli mark
7 d65f0831 Michael Walle
return:
8 d65f0831 Michael Walle
9 d65f0831 Michael Walle
tc_fail
10 d65f0831 Michael Walle
end
11 d65f0831 Michael Walle
12 d65f0831 Michael Walle
mark:
13 d65f0831 Michael Walle
mv r3, ra
14 d65f0831 Michael Walle
check_r3 return
15 d65f0831 Michael Walle
end