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

	.include "compact/testutils.inc"

	start

	.global stsl_fpul
stsl_fpul:
	mov #40, r0
	shll8 r0
	# Preserve r0.
	mov r0, r7
	sts.l fpul, @-r0

dec:
	# Check for proper pre-decrementing.
	add #4, r0
	cmp/eq r0, r7
	bf wrong
	
okay:
	pass
wrong:
	fail