aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite/sh/dmxy.s
blob: 0e96963aee947a273289157c1d9b0be3b73106b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# sh testcase for setdmx, setdmy, clrdmxy
# mach: shdsp
# as(shdsp):	-defsym sim_cpu=1 -dsp 

	.include "testutils.inc"

	start
	set_grs_a5a5
	setdmx
	test_sr_bit_set   0x400
	test_sr_bit_clear 0x800
	setdmy
	test_sr_bit_clear 0x400
	test_sr_bit_set   0x800
	clrdmxy
	test_sr_bit_clear 0x400
	test_sr_bit_clear 0x800

	test_grs_a5a5
	pass
	exit 0