aboutsummaryrefslogtreecommitdiff
path: root/tests/tcg/cris/bare/check_cmp-2.s
blob: 414d370517904908e08fbd7908e66f93be6deaac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15


.include "testutils.inc"

	start

	move.d	4294967283, $r0
	move.d	$r0, $r10
	cmp.d	$r0, $r10
	beq	1f
	move.d $r10, $r3
	fail
1:
	pass
	quit