summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/sh64/media/bnei.cgs
blob: 5ce33991c0dde010cd983fca58e3b94231ddb970 (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 bnei$likely $rm, $imm6, $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

bnei1:
	bnei r63, 0, tr0
bnei2:
	bnei r0, 3, tr1
bad:
	fail
okay:
	pass
wrong:
	fail