summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/cr16/ashud.cgs
blob: c9511da49076da7abee95e52227d20b1ed3fc4ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# cr16 testcase for ashud $sr,$dr
# mach(): cr16

	.include "testutils.inc"

	start

	.global ashud
ashud:

	movd  $0xf1234567, (r4,r3)
	movw  $20,r5
	ashud r5, (r4,r3)

	cmpd $0x56700000, (r4,r3)
	beq ok
not_ok:
	fail
ok:
	movd  $0xf1234567, (r4,r3)
	movw  $-20,r5
	ashud r5, (r4,r3)

	test_h_grp "(r4,r3)", -238

	pass