aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite/cr16/popret2.cgs
blob: 5a7f9056e8189cca4181b4a2f7fe1c7080a90808 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# cr16 testcase for popret count reg insns.
# mach:	 cr16

	.include "testutils.inc"

	start

	.global popret2
popret2:
	movd $0x1000, (sp)
	movw  $0x2f50, r3
	storw r3, 0x1000
	movw  $0x107e, r3
	storw r3, 0x1002
	movw $0x35ec, r3
	storw r3, 0x1004

	movd $ok, (ra)
	lshd $-1, (ra)
	stord (ra), 0x1006

	popret $3,r5

ok:	
	cmpw $0x2f50,r5
	beq ok1
	br not_ok
not_ok:
	fail
ok1:
	cmpw $0x107e,r6
	beq ok2
	br not_ok
ok2:
	cmpw $0x35ec,r7
	beq ok3
	br not_ok

ok3:
	pass