summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/h8300/stc.s
blob: cbbd824359a11dd6a643286029a9d75872f45bca (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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
# Hitachi H8 testcase 'stc'
# mach(): all
# as(h8300):	--defsym sim_cpu=0
# as(h8300h):	--defsym sim_cpu=1
# as(h8300s):	--defsym sim_cpu=2
# as(h8sx):	--defsym sim_cpu=3
# ld(h8300h):	-m h8300helf
# ld(h8300s):	-m h8300self
# ld(h8sx):	-m h8300sxelf

	.include "testutils.inc"
	.data
byte_dest1:
	.byte	0
byte_dest2:
	.byte	0
byte_dest3:
	.byte	0
byte_dest4:
	.byte	0
byte_dest5:
	.byte	0
byte_dest6:
	.byte	0
byte_dest7:
	.byte	0
byte_dest8:
	.byte	0
byte_dest9:
	.byte	0
byte_dest10:
	.byte	0
byte_dest11:
	.byte	0
byte_dest12:
	.byte	0
	
	start

stc_ccr_reg8:
	set_grs_a5a5
	set_ccr_zero

	ldc	#0xff, ccr	; test value
	stc	ccr, r0h	; copy test value to r0h

	test_h_gr16  0xffa5 r0	; ff in r0h, a5 in r0l
.if (sim_cpu)			; h/s/sx
	test_h_gr32  0xa5a5ffa5 er0	; ff in r0h, a5 everywhere else
.endif
	test_gr_a5a5 1		; Make sure other general regs not disturbed
	test_gr_a5a5 2
	test_gr_a5a5 3
	test_gr_a5a5 4
	test_gr_a5a5 5
	test_gr_a5a5 6
	test_gr_a5a5 7

.if (sim_cpu == h8300s || sim_cpu == h8sx)	; Earlier versions, no exr
stc_exr_reg8:
	set_grs_a5a5
	set_ccr_zero

	ldc	#0x87, exr	; set exr to 0x87
	stc	exr, r0l	; retrieve and check exr value
	cmp.b	#0x87, r0l
	beq	.L21
	fail
.L21:
	test_h_gr32  0xa5a5a587 er0	; Register 0 modified by test procedure.
	test_gr_a5a5 1		; Make sure other general regs not disturbed
	test_gr_a5a5 2
	test_gr_a5a5 3
	test_gr_a5a5 4
	test_gr_a5a5 5
	test_gr_a5a5 6
	test_gr_a5a5 7

stc_ccr_abs16:
	set_grs_a5a5
	set_ccr_zero

	ldc	#0xff, ccr
	stc	ccr, @byte_dest1:16	; abs16 dest

	test_gr_a5a5 0		; Make sure other general regs not disturbed
	test_gr_a5a5 1
	test_gr_a5a5 2
	test_gr_a5a5 3
	test_gr_a5a5 4
	test_gr_a5a5 5
	test_gr_a5a5 6
	test_gr_a5a5 7

stc_exr_abs16:
	set_grs_a5a5
	set_ccr_zero

	ldc	#0x87, exr
	stc	exr, @byte_dest2:16	; abs16 dest

	test_gr_a5a5 0		; Make sure other general regs not disturbed
	test_gr_a5a5 1
	test_gr_a5a5 2
	test_gr_a5a5 3
	test_gr_a5a5 4
	test_gr_a5a5 5
	test_gr_a5a5 6
	test_gr_a5a5 7

stc_ccr_abs32:
	set_grs_a5a5
	set_ccr_zero

	ldc	#0xff, ccr
	stc	ccr, @byte_dest3:32	; abs32 dest

	test_gr_a5a5 0		; Make sure other general regs not disturbed
	test_gr_a5a5 1
	test_gr_a5a5 2
	test_gr_a5a5 3
	test_gr_a5a5 4
	test_gr_a5a5 5
	test_gr_a5a5 6
	test_gr_a5a5 7

stc_exr_abs32:
	set_grs_a5a5
	set_ccr_zero

	ldc	#0x87, exr
	stc	exr, @byte_dest4:32	; abs32 dest

	test_gr_a5a5 0		; Make sure other general regs not disturbed
	test_gr_a5a5 1
	test_gr_a5a5 2
	test_gr_a5a5 3
	test_gr_a5a5 4
	test_gr_a5a5 5
	test_gr_a5a5 6
	test_gr_a5a5 7

stc_ccr_disp16:
	set_grs_a5a5
	set_ccr_zero

	mov	#byte_dest4, er1
	ldc	#0xff, ccr
	stc	ccr, @(1:16,er1)	; disp16 dest (5)

	test_h_gr32 byte_dest4, er1	; er1 still contains address

	test_gr_a5a5 0		; Make sure other general regs not disturbed
	test_gr_a5a5 2
	test_gr_a5a5 3
	test_gr_a5a5 4
	test_gr_a5a5 5
	test_gr_a5a5 6
	test_gr_a5a5 7

stc_exr_disp16:
	set_grs_a5a5
	set_ccr_zero

	mov	#byte_dest7, er1
	ldc	#0x87, exr
	stc	exr, @(-1:16,er1)	; disp16 dest (6)

	test_h_gr32 byte_dest7, er1	; er1 still contains address

	test_gr_a5a5 0		; Make sure other general regs not disturbed
	test_gr_a5a5 2
	test_gr_a5a5 3
	test_gr_a5a5 4
	test_gr_a5a5 5
	test_gr_a5a5 6
	test_gr_a5a5 7

stc_ccr_disp32:
	set_grs_a5a5
	set_ccr_zero

	mov	#byte_dest6, er1
	ldc	#0xff, ccr
	stc	ccr, @(1:32,er1)	; disp32 dest (7)

	test_h_gr32 byte_dest6, er1	; er1 still contains address

	test_gr_a5a5 0		; Make sure other general regs not disturbed
	test_gr_a5a5 2
	test_gr_a5a5 3
	test_gr_a5a5 4
	test_gr_a5a5 5
	test_gr_a5a5 6
	test_gr_a5a5 7

stc_exr_disp32:
	set_grs_a5a5
	set_ccr_zero

	mov	#byte_dest9, er1
	ldc	#0x87, exr
	stc	exr, @(-1:32,er1)	; disp16 dest (8)

	test_h_gr32 byte_dest9, er1	; er1 still contains address

	test_gr_a5a5 2		; Make sure other general regs not disturbed
	test_gr_a5a5 3
	test_gr_a5a5 4
	test_gr_a5a5 5
	test_gr_a5a5 6
	test_gr_a5a5 7

stc_ccr_predecr:
	set_grs_a5a5
	set_ccr_zero

	mov	#byte_dest10, er1
	ldc	#0xff, ccr
	stc	ccr, @-er1	; predecr dest (9)

	test_h_gr32 byte_dest9, er1	; er1 still contains address 

	test_gr_a5a5 0		; Make sure other general regs not disturbed
	test_gr_a5a5 2
	test_gr_a5a5 3
	test_gr_a5a5 4
	test_gr_a5a5 5
	test_gr_a5a5 6
	test_gr_a5a5 7
	
stc_exr_predecr:
	set_grs_a5a5
	set_ccr_zero

	mov	#byte_dest11, er1
	ldc	#0x87, exr
	stc	exr, @-er1	; predecr dest (10)

	test_h_gr32 byte_dest10, er1	; er1 still contains address

	test_gr_a5a5 0		; Make sure other general regs not disturbed
	test_gr_a5a5 2
	test_gr_a5a5 3
	test_gr_a5a5 4
	test_gr_a5a5 5
	test_gr_a5a5 6
	test_gr_a5a5 7
	
stc_ccr_ind:
	set_grs_a5a5
	set_ccr_zero

	mov	#byte_dest11, er1
	ldc	#0xff, ccr
	stc	ccr, @er1	; postinc dest (11)

	test_h_gr32 byte_dest11, er1	; er1 still contains address

	test_gr_a5a5 0		; Make sure other general regs not disturbed
	test_gr_a5a5 2
	test_gr_a5a5 3
	test_gr_a5a5 4
	test_gr_a5a5 5
	test_gr_a5a5 6
	test_gr_a5a5 7
	
stc_exr_ind:
	set_grs_a5a5
	set_ccr_zero

	mov	#byte_dest12, er1
	ldc	#0x87, exr
	stc	exr, @er1, exr	; postinc dest (12)

	test_h_gr32 byte_dest12, er1	; er1 still contains address

	test_gr_a5a5 0		; Make sure other general regs not disturbed
	test_gr_a5a5 2
	test_gr_a5a5 3
	test_gr_a5a5 4
	test_gr_a5a5 5
	test_gr_a5a5 6
	test_gr_a5a5 7
	
.endif
	
.if (sim_cpu == h8sx)		; New vbr and sbr registers for h8sx
stc_sbr_reg:
	set_grs_a5a5
	set_ccr_zero

	mov	#0xaaaaaaaa, er0
	ldc	er0, sbr	; set sbr to 0xaaaaaaaa
 	stc	sbr, er1	; retreive and check sbr value

	test_h_gr32 0xaaaaaaaa er1
	test_h_gr32 0xaaaaaaaa er0 ; Register 0 modified by test procedure.
	test_gr_a5a5 2		; Make sure other general regs not disturbed
	test_gr_a5a5 3
	test_gr_a5a5 4
	test_gr_a5a5 5
	test_gr_a5a5 6
	test_gr_a5a5 7

stc_vbr_reg:	
	set_grs_a5a5
	set_ccr_zero

	mov	#0xaaaaaaaa, er0
	ldc	er0, vbr	; set sbr to 0xaaaaaaaa
	stc	vbr, er1	; retreive and check sbr value

	test_h_gr32 0xaaaaaaaa er1
	test_h_gr32 0xaaaaaaaa er0 ; Register 0 modified by test procedure.
	test_gr_a5a5 2		; Make sure other general regs not disturbed
	test_gr_a5a5 3
	test_gr_a5a5 4
	test_gr_a5a5 5
	test_gr_a5a5 6
	test_gr_a5a5 7

check_results:
	;; Now check results
	mov @byte_dest1, r0h
	cmp.b	#0xff, r0h
	beq .L1
	fail

.L1:	mov @byte_dest2, r0h
	cmp.b	#0x87, r0h
	beq .L2
	fail

.L2:	mov @byte_dest3, r0h
	cmp.b	#0xff, r0h
	beq .L3
	fail

.L3:	mov @byte_dest4, r0h
	cmp.b	#0x87, r0h
	beq .L4
	fail

.L4:	mov @byte_dest5, r0h
	cmp.b	#0xff, r0h
	beq .L5
	fail

.L5:	mov @byte_dest6, r0h
	cmp.b	#0x87, r0h
	beq .L6
	fail

.L6:	mov @byte_dest7, r0h
	cmp.b	#0xff, r0h
	beq .L7
	fail

.L7:	mov @byte_dest8, r0h
	cmp.b	#0x87, r0h
	beq .L8
	fail

.L8:	mov @byte_dest9, r0h
	cmp.b	#0xff, r0h
	beq .L9
	fail

.L9:	mov @byte_dest10, r0h
	cmp.b	#0x87, r0h
	beq .L10
	fail

.L10:	mov @byte_dest11, r0h
	cmp.b	#0xff, r0h
	beq .L11
	fail

.L11:	mov @byte_dest12, r0h
	cmp.b	#0x87, r0h
	beq .L12
	fail

.L12:	
.endif
	pass

	exit 0