aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/crx/jscond_insn.s
blob: f0659f1e7b3f8304446e61c37d83bc0dcb9295ec (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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
# JCond/SCond instructions.
 .data
foodata: .word 42
	 .text
footext:

	.global jeq
jeq:
jeq r1

	.global jne
jne:
jne r2

	.global jcs
jcs:
jcs r3

	.global jcc
jcc:
jcc r4

	.global jhi
jhi:
jhi r5

	.global jls
jls:
jls r6

	.global jgt
jgt:
jgt r7

	.global jle
jle:
jle r8

	.global jfs
jfs:
jfs r9

	.global jfc
jfc:
jfc r10

	.global jlo
jlo:
jlo r11

	.global jhs
jhs:
jhs r12

	.global jlt
jlt:
jlt r13

	.global jge
jge:
jge ra

	.global jump
jump:
jump sp

	.global seq
seq:
seq r1

	.global sne
sne:
sne r2

	.global scs
scs:
scs r3

	.global scc
scc:
scc r4

	.global shi
shi:
shi r5

	.global sls
sls:
sls r6

	.global sgt
sgt:
sgt r7

	.global sle
sle:
sle r8

	.global sfs
sfs:
sfs r9

	.global sfc
sfc:
sfc r10

	.global slo
slo:
slo r11

	.global shs
shs:
shs r12

	.global slt
slt:
slt r13

	.global sge
sge:
sge ra