summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/sh64/compact/jsr.cgs
blob: 5ad7aefc9318a185172ccbaa1ca0c858c2bd5689 (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
# sh testcase for jsr @$rn -*- Asm -*-
# mach: all
# as: -isa=shcompact
# ld: -m shelf32

	.include "compact/testutils.inc"

	start

	.global jsr
jsr:
	# Load 0x1010 into r0.
	mov #1, r0
	shll8 r0
	shll2 r0
	shll2 r0
	add #16, r0
	jsr @r0
slot:	
	nop
bad:
	fail
okay:
	pass
alsobad:
	fail
	fail
	fail