summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/sh64/media/bne.cgs
blob: f574147e3de568bab8d111a99a40b6a346c1ad76 (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 bne$likely $rm, $rn, $tra -*- Asm -*-
# mach: all
# as: -isa=shmedia
# ld: -m shelf64

	.include "media/testutils.inc"

	start
init:
	movi 1, r0
	pta wrong, tr0
	pta okay, tr1

bne1:	
	bne r63, r63, tr0
bne2:
	bne r0, r63, tr1
bad:
	fail
okay:
	pass
wrong:
	fail