summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/m32r/bltz.cgs
blob: c9377fcaab1297868fbd162b58044ba1ae99e510 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# m32r testcase for bltz $src2,$disp16
# mach(): m32r m32rx

	.include "testutils.inc"

	start

	.global bltz
bltz:
	mvi_h_gr r4, -1
	bltz r4, test0pass
test1fail:
	fail

test0pass:
	mvi_h_gr r4, 0
	bltz r4, test1fail

	pass