summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/sh64/compact/stcl-gbr.cgs
blob: 3e74cc551de1864cc36bbec657f4f878343fc8d8 (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 stc.l gbr, @-$rn -*- Asm -*-
# mach: all
# as: -isa=shcompact
# ld: -m shelf32

	.include "compact/testutils.inc"

	start

	.global stcl_gbr
stcl_gbr:
	mov #42, r0
	ldc r0, gbr
	mov #40, r0
	shll8 r0
	# save address
	mov r0, r1
	stc.l gbr, @-r0

	add #4, r0
	cmp/eq r0, r1
	bf wrong

okay:
	pass
wrong:
	fail