aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite/cr16/jgt.cgs
blob: e1bed75b0a6f96cc5488db04dacabe8992fa907a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# cr16 testcase for jgt (regp)
# mach(): cr16

	.include "testutils.inc"

	start

	.global jgt
jgt:
	movd $ok, (r7,r6)
        lshd $-1, (r7,r6)

	mvi_h_condbit 0
	movw $2, r4
	movw $1, r5
	cmpw r4, r5
	jgt (r7,r6)
not_ok:
	fail
ok:
	pass