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

	.include "compact/testutils.inc"

	start

	.global stsl_fpscr
stsl_fpscr:
	mov #40, r0
	shll8 r0
	# Preserve r0.
	mov r0, r7
	sts.l fpscr, @-r0

check:
	# Ensure r0 is decremented.
	add #4, r0
	cmp/eq r0, r7
	bf wrong

okay:	
	pass
wrong:
	fail