# cr16 testcase for st $src1,@$src2
# mach(): cr16

	.include "testutils.inc"

	start

	.global st
st:
	movd $data_loc,  (r4,r3)
	movd $0x12345678, (r6,r5)

	stord (r6,r5),0(r4,r3)

	loadd 0(r4,r3), (r1,r0)
	test_h_grp "( r1,r0)", 0x12345678

	pass

data_loc:
	.word 0
