aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite/frv/fr400/mhdseth.cgs
blob: b99c996f78b89708438dcf924099ed5f5a8a8684 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# frv testcase for mhdseth $s12,$FRk
# mach: all

	.include "../testutils.inc"

	start

	.global mhdseth
mhdseth:
	set_fr_immed	0,fr1
	mhdseth		0,fr1
	test_fr_iimmed	0,fr1
	mhdseth		1,fr1
	test_fr_iimmed	0x08000800,fr1 
	mhdseth		0xf,fr1
	test_fr_iimmed	0x78007800,fr1
	mhdseth		-16,fr1
	test_fr_iimmed	0x80008000,fr1
	mhdseth		-1,fr1
	test_fr_iimmed	0xf800f800,fr1

	pass