# arm testcase for mov $hd,$hs
# mach: unfinished

	.include "testutils.inc"

	start

	.global mov_hd_hs
mov_hd_hs:
	mov r8,r8

	pass
