# cr16 testcase for lprd reg, preg
# mach(): cr16

	.include "testutils.inc"

	start

	.global lprd
lprd:
	movd $0x12345678,(r4,r3)
	lprd (r4,r3), psr

	sprd  psr,(r6,r5)


	test_h_grp "(r6,r5)", 0x12345678

	pass
