summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/sh64/compact/jmp.cgs
blob: e9e9940154521e3bd7b9607e9eb62c858d374d47 (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 jmp @$rn
# mach: all
# as: -isa=shcompact
# ld: -m shelf32

	.include "compact/testutils.inc"

	start

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