aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite/cr16/ord.cgs
blob: e682d3a74cdde2c23c902b34547331840032e10f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# cr16 testcase for ord $imm32, regp
# mach(): cr16

	.include "testutils.inc"

	start

	.global ord
ord:
	movd $0x33333333, (r4,r3)
	movd $0x66666666, (r6,r5)

	ord (r4,r3), (r6,r5)

	test_h_grp "(r6,r5)", 0x77777777

	pass