summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/m32r/mvtaclo.cgs
blob: baafd839acba0fd1c73e696d7f49aa574937b341 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# m32r testcase for mvtaclo $src1
# mach(): m32r m32rx

	.include "testutils.inc"

	start

	.global mvtaclo
mvtaclo:
	mvi_h_accum0 0, 0
	mvi_h_gr r4, 0x11223344

	mvtaclo r4

	test_h_accum0 0, 0x11223344

	pass