aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cris/check_cmp-2.s
blob: c5c3f5ce85a390344a84e9a031cf381020b6ba3d (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