summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/sh64/compact/bra.cgs
blob: 77c6da9bdde9a1a9db18667548505b6163f9c3ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# sh testcase for bra $disp12 -*- Asm -*-
# mach: all
# as: -isa=shcompact
# ld: -m shelf32

	.include "compact/testutils.inc"

	start

	.global bra
bra:
	bra okay
slot:
	nop
bad:
	fail
	fail
	fail
	.global okay
okay:
	pass
	fail