summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/sh64/compact/stsl-pr.cgs
blob: b519c9bb5bd0198b03c4ee81ccfd2f32a033667b (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
41
42
# sh testcase for sts.l pr, @-$rn -*- Asm -*-
# mach: all
# as: -isa=shcompact
# ld: -m shelf32

	.include "compact/testutils.inc"

	start

	.global stsl_pr
stsl_pr:
	# Build up a distinctive bit pattern.
	mov #1, r0
	shll8 r0
	add #12, r0
	shll8 r0
	add #85, r0
	shll8 r0
	add #170, r0
	
	lds r0, pr
	mov #40, r2
	shll8 r2
	# Preserve r2.
	mov r2, r7
	sts.l pr, @-r2

	# check results.
	mov.l @r2, r3
	cmp/eq r0, r3
	bf wrong

	# Ensure decrement occurred.
	add #4, r2
	cmp/eq r2, r7
	bf wrong

okay:
	pass
wrong:
	fail