xref: /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/sh/dmxy.s (revision 4b169a6ba595ae283ca507b26b15fdff40495b1c)
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