summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/fr30/stilm.cgs
blob: 197940bbf4f51398cdec752db466e3c5e13d5ad0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# fr30 testcase for stilm $i8
# mach(): fr30

	.include "testutils.inc"

	START

	.text
	.global stilm
stilm:
	stilm      	0
	test_ilm	0

	stilm		0xe0
	test_ilm	0

	stilm		1
	test_ilm	1

	stilm		15
	test_ilm	15

	stilm		16
	test_ilm	16

	stilm		0
	test_ilm	16

	stilm		1
	test_ilm	17

	stilm		18
	test_ilm	18

	stilm		31
	test_ilm	31

	stilm		0xff
	test_ilm	31

	pass