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

	.include "testutils.inc"

	start

	.global mov_hd_rs
mov_hd_rs:
	mov r8,r0

	pass