blob: aa696b7ec8fa5991d63fbaf49a0745393a6592f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<test name="acc-16 test" type="srfull"
description="This test checks the effect of various ACC values over tst on acc0">
<header>
incdir "tests"
include "dsp_base.inc"
</header>
<body>
lri $SR, #0x0000
clr $acc0
lri $ac0.@CMD@ @SR@
tst $acc0
call send_back
</body>
</test>
|