blob: cc3bbccd7403f982d0346436e7a8de59e09b2077 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# sh testcase, pass
# mach: all
# as(sh): -defsym sim_cpu=0
# as(shdsp): -defsym sim_cpu=1 -dsp
.include "testutils.inc"
start
set_grs_a5a5
test_grs_a5a5
pass
exit 0
|