summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/arm/thumb/mov-rd-hs.cgs
blob: 0661dfab5a3e518d9f77454105ef54dfd1d4f860 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# arm testcase for mov $rd,$hs
# mach: unfinished

	.include "testutils.inc"

	start

	.global mov_rd_hs
mov_rd_hs:
	mov r0,r8

	pass