• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/testsuite/sim/sh/
1# sh testcase for setdmx, setdmy, clrdmxy
2# mach: shdsp
3# as(shdsp):	-defsym sim_cpu=1 -dsp
4
5	.include "testutils.inc"
6
7	start
8	set_grs_a5a5
9	setdmx
10	test_sr_bit_set   0x400
11	test_sr_bit_clear 0x800
12	setdmy
13	test_sr_bit_clear 0x400
14	test_sr_bit_set   0x800
15	clrdmxy
16	test_sr_bit_clear 0x400
17	test_sr_bit_clear 0x800
18
19	test_grs_a5a5
20	pass
21	exit 0
22