summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/sh64/compact/tst.cgs
blob: a72b8a9a7435f830eaf40f5b32455c5e8fb133c3 (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# sh testcase for tst $rm, $rn
# mach: all
# as: -isa=shcompact
# ld: -m shelf32

	.include "compact/testutils.inc"

	start

	.global tst1
tst1:
	mov #0, r0
	mov #0, r1
	tst r0, r0
	bf wrong

test2:
	mov #0, r0
	mov #1, r1
	tst r0, r1
	bf wrong

test3:
	mov #0, r0
	mov #1, r1
	tst r1, r0
	bf wrong

test4:
	mov #1, r0
	mov #1, r1
	tst r0, r1
	bt wrong

test5:
	mov #1, r0
	rotr r0
	add #85, r0
	shll16 r0
	add #12, r0
	mov #1, r1
	rotr r1
	add #85, r1
	shll16 r1
	add #12, r1
	tst r0, r1
	bt wrong

test6:
	mov #1, r0
	rotr r0
	add #85, r0
	shll16 r0
	add #12, r0
	mov #1, r1
	tst r0, r1
	bf wrong

okay:
	pass
wrong:
	fail