-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsimdrivertests.txt
344 lines (308 loc) · 15.4 KB
/
simdrivertests.txt
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
# File format:
# name of python test function; register a0 range start; register a0 range end; register a0 interval; test file path
tests/c/char_bit_size.c;0;1;1
tests/c/char_arrayaddition.c;0;1234;71
tests/c/char_arrayaddition_ptr.c;0;1234;71
tests/c/unsigned_char_arrayaddition.c;0;1234;71
tests/c/unsigned_char_arrayaddition_ptr.c;0;1234;71
tests/c/short_arrayaddition.c;0;1234;71
tests/c/short_arrayaddition_ptr.c;0;1234;71
tests/c/unsigned_short_arrayaddition.c;0;1234;71
tests/c/unsigned_short_arrayaddition_ptr.c;0;1234;71
tests/c/short_binops.c;0;12345678;1234567;0;12345678;1234567;0;12345678;1234567
tests/c/unsigned_short_binops.c;0;12345678;1234567;0;12345678;1234567;0;12345678;1234567
tests/c/char_binops.c;0;12345678;1234567;0;12345678;1234567;0;12345678;1234567
tests/c/unsigned_char_binops.c;0;12345678;1234567;0;12345678;1234567;0;12345678;1234567
tests/c/va_args_max.c;0;1;1
tests/c/va_args_sum.c;0;1;1
tests/c/div_runtime.c;123456;1234567;123456;1;12345;1234
tests/c/div_runtime.c;-123456;-1234567;-123456;1;12345;1234
tests/c/unsigned_div_runtime.c;123456;1234567;123456;-1;-12345;-1234
tests/c/mul_runtime.c;0;12346;123;234567;2345678;234567
tests/c/mul_runtime.c;0;-12346;-123;234567;2345678;234567
tests/c/unsigned_mul_runtime.c;0;1234;123;234567;2345678;234567
tests/c/unsigned_mod_runtime.c;0;1234;123;234567;2345678;234567
tests/c/mod_runtime.c;0;1234;123;234567;2345678;234567
tests/c/mod_runtime.c;0;-1234;-123;-1;-2345;-234
tests/c/nested_calls.c;0;10;1
tests/c/mutual_recursion.c;1;255;3
tests/c/simple_recursion.c;0;10;1
tests/c/stack_recursive_multiplication.c;0;5;1;0;5;1
tests/c/stack_recursive_multiplication.c;0;101;100;0;3;1
tests/c/stack_recursive_multiplication.c;0;-101;-10;0;3;1
tests/c/tail_recursive_multiplication.c;0;101;100;0;3;1
tests/c/tail_recursive_multiplication.c;0;-101;-100;0;3;1
tests/c/sign_extended_load.c;0;300;3
tests/c/zero_extended_load.c;0;300;3
tests/c/sign_extended_load.c;0;-300;-3
tests/c/zero_extended_load.c;0;-300;-3
tests/c/unsigned_char.c;0;300;3
tests/c/signed_char.c;0;300;3
tests/c/unsigned_char.c;0;300;3
tests/c/signed_char.c;0;-300;-3
tests/c/unsigned_char.c;0;-300;-3
tests/c/call_void_return.c;0;1;1
tests/c/call_int_return.c;0;1;1
tests/c/call_struct_return.c;0;1;1
tests/c/passthrough.c;0;256;1
tests/c/bitinequality.c;-1764140133;-1764140134;-1;0;31;1;0;31;1
tests/c/bitequality.c;-1764140133;-1764140134;-1;0;31;1;0;31;1
tests/c/partialbitswap.c;-1764140133;-1764140134;-1;0;31;1;0;31;1
tests/c/triangle.c;0;123456;12345
tests/c/arrayaddition.c;0;1234;71
tests/c/arrayaddition_ptr.c;0;1234;71
tests/c/bitswap.c;105419896;105419897;1;0;31;1;0;31;1
### ----------- AUTOGENERATED TESTS -----------------
# Set instructions
tests/c/signed_set_gt.c;-2;2;1;-2;2;1
tests/c/signed_set_gte.c;-2;2;1;-2;2;1
tests/c/signed_set_eq.c;-2;2;1;-2;2;1
tests/c/signed_set_neq.c;-2;2;1;-2;2;1
tests/c/signed_set_lt.c;-2;2;1;-2;2;1
tests/c/signed_set_lte.c;-2;2;1;-2;2;1
tests/c/unsigned_set_gt.c;-2;2;1;-2;2;1
tests/c/unsigned_set_gte.c;-2;2;1;-2;2;1
tests/c/unsigned_set_eq.c;-2;2;1;-2;2;1
tests/c/unsigned_set_neq.c;-2;2;1;-2;2;1
tests/c/unsigned_set_lt.c;-2;2;1;-2;2;1
tests/c/unsigned_set_lte.c;-2;2;1;-2;2;1
tests/c/unsigned_set_zero_gt.c;-2;2;1
tests/c/unsigned_set_zero_gte.c;-2;2;1
tests/c/unsigned_set_zero_eq.c;-2;2;1
tests/c/unsigned_set_zero_neq.c;-2;2;1
tests/c/unsigned_set_zero_lt.c;-2;2;1
tests/c/unsigned_set_zero_lte.c;-2;2;1
tests/c/signed_set_zero_gt.c;-2;2;1
tests/c/signed_set_zero_gte.c;-2;2;1
tests/c/signed_set_zero_eq.c;-2;2;1
tests/c/signed_set_zero_neq.c;-2;2;1
tests/c/signed_set_zero_lt.c;-2;2;1
tests/c/signed_set_zero_lte.c;-2;2;1
# Boolean operations with constant immediate values
tests/c/boolean_op_1.c;0;12345678;1234567;0;12345678;1234567;0;12345678;1234567
tests/c/boolean_op_11.c;0;12345678;1234567;0;12345678;1234567;0;12345678;1234567
tests/c/boolean_op_111.c;0;12345678;1234567;0;12345678;1234567;0;12345678;1234567
tests/c/boolean_op_1111.c;0;12345678;1234567;0;12345678;1234567;0;12345678;1234567
tests/c/boolean_op_11111.c;0;12345678;1234567;0;12345678;1234567;0;12345678;1234567
tests/c/boolean_op_111111.c;0;12345678;1234567;0;12345678;1234567;0;12345678;1234567
tests/c/boolean_op_1111111.c;0;12345678;1234567;0;12345678;1234567;0;12345678;1234567
tests/c/boolean_op_11111111.c;0;12345678;1234567;0;12345678;1234567;0;12345678;1234567
tests/c/boolean_op_111111111.c;0;12345678;1234567;0;12345678;1234567;0;12345678;1234567
tests/c/boolean_op_1111111111.c;0;12345678;1234567;0;12345678;1234567;0;12345678;1234567
tests/c/boolean_op_11111111111.c;0;12345678;1234567;0;12345678;1234567;0;12345678;1234567
tests/c/boolean_op_111111111111.c;0;12345678;1234567;0;12345678;1234567;0;12345678;1234567
tests/c/boolean_op_1111111111111.c;0;12345678;1234567;0;12345678;1234567;0;12345678;1234567
tests/c/boolean_op_11111111111111.c;0;12345678;1234567;0;12345678;1234567;0;12345678;1234567
tests/c/boolean_op_111111111111111.c;0;12345678;1234567;0;12345678;1234567;0;12345678;1234567
tests/c/boolean_op_1111111111111111.c;0;12345678;1234567;0;12345678;1234567;0;12345678;1234567
tests/c/boolean_op_11111111111111111.c;0;12345678;1234567;0;12345678;1234567;0;12345678;1234567
tests/c/boolean_op_111111111111111111.c;0;12345678;1234567;0;12345678;1234567;0;12345678;1234567
tests/c/boolean_op_1111111111111111111.c;0;12345678;1234567;0;12345678;1234567;0;12345678;1234567
tests/c/boolean_op_11111111111111111111.c;0;12345678;1234567;0;12345678;1234567;0;12345678;1234567
tests/c/boolean_op_111111111111111111111.c;0;12345678;1234567;0;12345678;1234567;0;12345678;1234567
tests/c/boolean_op_1111111111111111111111.c;0;12345678;1234567;0;12345678;1234567;0;12345678;1234567
tests/c/boolean_op_11111111111111111111111.c;0;12345678;1234567;0;12345678;1234567;0;12345678;1234567
tests/c/boolean_op_111111111111111111111111.c;0;12345678;1234567;0;12345678;1234567;0;12345678;1234567
tests/c/boolean_op_1111111111111111111111111.c;0;12345678;1234567;0;12345678;1234567;0;12345678;1234567
tests/c/boolean_op_11111111111111111111111111.c;0;12345678;1234567;0;12345678;1234567;0;12345678;1234567
tests/c/boolean_op_111111111111111111111111111.c;0;12345678;1234567;0;12345678;1234567;0;12345678;1234567
tests/c/boolean_op_1111111111111111111111111111.c;0;12345678;1234567;0;12345678;1234567;0;12345678;1234567
tests/c/boolean_op_11111111111111111111111111111.c;0;12345678;1234567;0;12345678;1234567;0;12345678;1234567
tests/c/boolean_op_111111111111111111111111111111.c;0;12345678;1234567;0;12345678;1234567;0;12345678;1234567
tests/c/boolean_op_1111111111111111111111111111111.c;0;12345678;1234567;0;12345678;1234567;0;12345678;1234567
# variable right shift NEGATIVE argument
tests/c/right_shift_arg_0.c;0;31;1
tests/c/right_shift_arg_-823040.c;0;31;1
tests/c/right_shift_arg_-1646080.c;0;31;1
tests/c/right_shift_arg_-2469120.c;0;31;1
tests/c/right_shift_arg_-3292160.c;0;31;1
tests/c/right_shift_arg_-4115200.c;0;31;1
tests/c/right_shift_arg_-4938240.c;0;31;1
tests/c/right_shift_arg_-5761280.c;0;31;1
tests/c/right_shift_arg_-6584320.c;0;31;1
tests/c/right_shift_arg_-7407360.c;0;31;1
tests/c/right_shift_arg_-8230400.c;0;31;1
tests/c/right_shift_arg_-9053440.c;0;31;1
tests/c/right_shift_arg_-9876480.c;0;31;1
tests/c/right_shift_arg_-10699520.c;0;31;1
tests/c/right_shift_arg_-11522560.c;0;31;1
# Variable right shift POSITIVE argument
tests/c/right_shift_arg_0.c;0;31;1
tests/c/right_shift_arg_823040.c;0;31;1
tests/c/right_shift_arg_1646080.c;0;31;1
tests/c/right_shift_arg_2469120.c;0;31;1
tests/c/right_shift_arg_3292160.c;0;31;1
tests/c/right_shift_arg_4115200.c;0;31;1
tests/c/right_shift_arg_4938240.c;0;31;1
tests/c/right_shift_arg_5761280.c;0;31;1
tests/c/right_shift_arg_6584320.c;0;31;1
tests/c/right_shift_arg_7407360.c;0;31;1
tests/c/right_shift_arg_8230400.c;0;31;1
tests/c/right_shift_arg_9053440.c;0;31;1
tests/c/right_shift_arg_9876480.c;0;31;1
tests/c/right_shift_arg_10699520.c;0;31;1
tests/c/right_shift_arg_11522560.c;0;31;1
# Constant right shift POSITIVE argument
tests/c/right_shift_constant_1.c;0;123456;12345
tests/c/right_shift_constant_2.c;0;123456;12345
tests/c/right_shift_constant_3.c;0;123456;12345
tests/c/right_shift_constant_4.c;0;123456;12345
tests/c/right_shift_constant_5.c;0;123456;12345
tests/c/right_shift_constant_6.c;0;123456;12345
tests/c/right_shift_constant_7.c;0;123456;12345
tests/c/right_shift_constant_8.c;0;123456;12345
tests/c/right_shift_constant_9.c;0;123456;12345
tests/c/right_shift_constant_10.c;0;123456;12345
tests/c/right_shift_constant_11.c;0;123456;12345
tests/c/right_shift_constant_12.c;0;123456;12345
tests/c/right_shift_constant_13.c;0;123456;12345
tests/c/right_shift_constant_14.c;0;123456;12345
tests/c/right_shift_constant_15.c;0;123456;12345
tests/c/right_shift_constant_16.c;0;123456;12345
tests/c/right_shift_constant_17.c;0;123456;12345
tests/c/right_shift_constant_18.c;0;123456;12345
tests/c/right_shift_constant_19.c;0;123456;12345
tests/c/right_shift_constant_20.c;0;123456;12345
tests/c/right_shift_constant_21.c;0;123456;12345
tests/c/right_shift_constant_22.c;0;123456;12345
tests/c/right_shift_constant_23.c;0;123456;12345
tests/c/right_shift_constant_24.c;0;123456;12345
tests/c/right_shift_constant_25.c;0;123456;12345
tests/c/right_shift_constant_26.c;0;123456;12345
tests/c/right_shift_constant_27.c;0;123456;12345
tests/c/right_shift_constant_28.c;0;123456;12345
tests/c/right_shift_constant_29.c;0;123456;12345
tests/c/right_shift_constant_30.c;0;123456;12345
tests/c/right_shift_constant_31.c;0;123456;12345
# Constant right shift NEGATIVE argument
tests/c/right_shift_constant_1.c;0;-123456;-12345
tests/c/right_shift_constant_2.c;0;-123456;-12345
tests/c/right_shift_constant_3.c;0;-123456;-12345
tests/c/right_shift_constant_4.c;0;-123456;-12345
tests/c/right_shift_constant_5.c;0;-123456;-12345
tests/c/right_shift_constant_6.c;0;-123456;-12345
tests/c/right_shift_constant_7.c;0;-123456;-12345
tests/c/right_shift_constant_8.c;0;-123456;-12345
tests/c/right_shift_constant_9.c;0;-123456;-12345
tests/c/right_shift_constant_10.c;0;-123456;-12345
tests/c/right_shift_constant_11.c;0;-123456;-12345
tests/c/right_shift_constant_12.c;0;-123456;-12345
tests/c/right_shift_constant_13.c;0;-123456;-12345
tests/c/right_shift_constant_14.c;0;-123456;-12345
tests/c/right_shift_constant_15.c;0;-123456;-12345
tests/c/right_shift_constant_16.c;0;-123456;-12345
tests/c/right_shift_constant_17.c;0;-123456;-12345
tests/c/right_shift_constant_18.c;0;-123456;-12345
tests/c/right_shift_constant_19.c;0;-123456;-12345
tests/c/right_shift_constant_20.c;0;-123456;-12345
tests/c/right_shift_constant_21.c;0;-123456;-12345
tests/c/right_shift_constant_22.c;0;-123456;-12345
tests/c/right_shift_constant_23.c;0;-123456;-12345
tests/c/right_shift_constant_24.c;0;-123456;-12345
tests/c/right_shift_constant_25.c;0;-123456;-12345
tests/c/right_shift_constant_26.c;0;-123456;-12345
tests/c/right_shift_constant_27.c;0;-123456;-12345
tests/c/right_shift_constant_28.c;0;-123456;-12345
tests/c/right_shift_constant_29.c;0;-123456;-12345
tests/c/right_shift_constant_30.c;0;-123456;-12345
tests/c/right_shift_constant_31.c;0;-123456;-12345
# Variable left shift NEGATIVE argument
tests/c/left_shift_arg_0.c;0;31;1
tests/c/left_shift_arg_-823040.c;0;31;1
tests/c/left_shift_arg_-1646080.c;0;31;1
tests/c/left_shift_arg_-2469120.c;0;31;1
tests/c/left_shift_arg_-3292160.c;0;31;1
tests/c/left_shift_arg_-4115200.c;0;31;1
tests/c/left_shift_arg_-4938240.c;0;31;1
tests/c/left_shift_arg_-5761280.c;0;31;1
tests/c/left_shift_arg_-6584320.c;0;31;1
tests/c/left_shift_arg_-7407360.c;0;31;1
tests/c/left_shift_arg_-8230400.c;0;31;1
tests/c/left_shift_arg_-9053440.c;0;31;1
tests/c/left_shift_arg_-9876480.c;0;31;1
tests/c/left_shift_arg_-10699520.c;0;31;1
tests/c/left_shift_arg_-11522560.c;0;31;1
tests/c/left_shift_arg_-12345600.c;0;31;1
# Variable left shift POSITIVE argument
tests/c/left_shift_arg_0.c;0;31;1
tests/c/left_shift_arg_823040.c;0;31;1
tests/c/left_shift_arg_1646080.c;0;31;1
tests/c/left_shift_arg_2469120.c;0;31;1
tests/c/left_shift_arg_3292160.c;0;31;1
tests/c/left_shift_arg_4115200.c;0;31;1
tests/c/left_shift_arg_4938240.c;0;31;1
tests/c/left_shift_arg_5761280.c;0;31;1
tests/c/left_shift_arg_6584320.c;0;31;1
tests/c/left_shift_arg_7407360.c;0;31;1
tests/c/left_shift_arg_8230400.c;0;31;1
tests/c/left_shift_arg_9053440.c;0;31;1
tests/c/left_shift_arg_9876480.c;0;31;1
tests/c/left_shift_arg_10699520.c;0;31;1
tests/c/left_shift_arg_11522560.c;0;31;1
tests/c/left_shift_arg_12345600.c;0;31;1
# LEFT SHIFT CONSTANT AMOUNT - positive argument
tests/c/left_shift_constant_0.c;0;123456;12345
tests/c/left_shift_constant_1.c;0;123456;12345
tests/c/left_shift_constant_2.c;0;123456;12345
tests/c/left_shift_constant_3.c;0;123456;12345
tests/c/left_shift_constant_4.c;0;123456;12345
tests/c/left_shift_constant_5.c;0;123456;12345
tests/c/left_shift_constant_6.c;0;123456;12345
tests/c/left_shift_constant_7.c;0;123456;12345
tests/c/left_shift_constant_8.c;0;123456;12345
tests/c/left_shift_constant_9.c;0;123456;12345
tests/c/left_shift_constant_10.c;0;123456;12345
tests/c/left_shift_constant_11.c;0;123456;12345
tests/c/left_shift_constant_12.c;0;123456;12345
tests/c/left_shift_constant_13.c;0;123456;12345
tests/c/left_shift_constant_14.c;0;123456;12345
tests/c/left_shift_constant_15.c;0;123456;12345
tests/c/left_shift_constant_16.c;0;123456;12345
tests/c/left_shift_constant_17.c;0;123456;12345
tests/c/left_shift_constant_18.c;0;123456;12345
tests/c/left_shift_constant_19.c;0;123456;12345
tests/c/left_shift_constant_20.c;0;123456;12345
tests/c/left_shift_constant_21.c;0;123456;12345
tests/c/left_shift_constant_22.c;0;123456;12345
tests/c/left_shift_constant_23.c;0;123456;12345
tests/c/left_shift_constant_24.c;0;123456;12345
tests/c/left_shift_constant_25.c;0;123456;12345
tests/c/left_shift_constant_26.c;0;123456;12345
tests/c/left_shift_constant_27.c;0;123456;12345
tests/c/left_shift_constant_28.c;0;123456;12345
tests/c/left_shift_constant_29.c;0;123456;12345
tests/c/left_shift_constant_30.c;0;123456;12345
tests/c/left_shift_constant_31.c;0;123456;12345
# LEFT SHIFT CONSTANT AMOUNT - negative argument
tests/c/left_shift_constant_0.c;0;-123456;-12345
tests/c/left_shift_constant_1.c;0;-123456;-12345
tests/c/left_shift_constant_2.c;0;-123456;-12345
tests/c/left_shift_constant_3.c;0;-123456;-12345
tests/c/left_shift_constant_4.c;0;-123456;-12345
tests/c/left_shift_constant_5.c;0;-123456;-12345
tests/c/left_shift_constant_6.c;0;-123456;-12345
tests/c/left_shift_constant_7.c;0;-123456;-12345
tests/c/left_shift_constant_8.c;0;-123456;-12345
tests/c/left_shift_constant_9.c;0;-123456;-12345
tests/c/left_shift_constant_10.c;0;-123456;-12345
tests/c/left_shift_constant_11.c;0;-123456;-12345
tests/c/left_shift_constant_12.c;0;-123456;-12345
tests/c/left_shift_constant_13.c;0;-123456;-12345
tests/c/left_shift_constant_14.c;0;-123456;-12345
tests/c/left_shift_constant_15.c;0;-123456;-12345
tests/c/left_shift_constant_16.c;0;-123456;-12345
tests/c/left_shift_constant_17.c;0;-123456;-12345
tests/c/left_shift_constant_18.c;0;-123456;-12345
tests/c/left_shift_constant_19.c;0;-123456;-12345
tests/c/left_shift_constant_20.c;0;-123456;-12345
tests/c/left_shift_constant_21.c;0;-123456;-12345
tests/c/left_shift_constant_22.c;0;-123456;-12345
tests/c/left_shift_constant_23.c;0;-123456;-12345
tests/c/left_shift_constant_24.c;0;-123456;-12345
tests/c/left_shift_constant_25.c;0;-123456;-12345
tests/c/left_shift_constant_26.c;0;-123456;-12345
tests/c/left_shift_constant_27.c;0;-123456;-12345
tests/c/left_shift_constant_28.c;0;-123456;-12345
tests/c/left_shift_constant_29.c;0;-123456;-12345
tests/c/left_shift_constant_30.c;0;-123456;-12345
tests/c/left_shift_constant_31.c;0;-123456;-12345