Lines Matching +full:0 +full:- +full:63
1 // SPDX-License-Identifier: GPL-2.0
10 __success __success_unpriv __retval(0)
16 r2 -= r1; \ in test_out_of_bounds_1()
18 r2 = -r2; \ in test_out_of_bounds_1()
19 r2 s>>= 63; \ in test_out_of_bounds_1()
24 : __imm_const(__imm_0, 5 - 1) in test_out_of_bounds_1()
30 __success __success_unpriv __retval(0)
36 r2 -= r1; \ in test_out_of_bounds_2()
38 r2 = -r2; \ in test_out_of_bounds_2()
39 r2 s>>= 63; \ in test_out_of_bounds_2()
44 : __imm_const(__imm_0, 1 - 1) in test_out_of_bounds_2()
50 __success __success_unpriv __retval(0)
54 w1 = 0xffffffff; \ in test_out_of_bounds_3()
56 r2 -= r1; \ in test_out_of_bounds_3()
58 r2 = -r2; \ in test_out_of_bounds_3()
59 r2 s>>= 63; \ in test_out_of_bounds_3()
64 : __imm_const(__imm_0, 0xffffffff - 1) in test_out_of_bounds_3()
70 __success __success_unpriv __retval(0)
74 w1 = 0xffffffff; \ in test_out_of_bounds_4()
76 r2 -= r1; \ in test_out_of_bounds_4()
78 r2 = -r2; \ in test_out_of_bounds_4()
79 r2 s>>= 63; \ in test_out_of_bounds_4()
84 : __imm_const(__imm_0, 1 - 1) in test_out_of_bounds_4()
90 __success __success_unpriv __retval(0)
94 w1 = -1; \ in test_out_of_bounds_5()
96 r2 -= r1; \ in test_out_of_bounds_5()
98 r2 = -r2; \ in test_out_of_bounds_5()
99 r2 s>>= 63; \ in test_out_of_bounds_5()
104 : __imm_const(__imm_0, 1 - 1) in test_out_of_bounds_5()
110 __success __success_unpriv __retval(0)
114 w1 = -1; \ in test_out_of_bounds_6()
116 r2 -= r1; \ in test_out_of_bounds_6()
118 r2 = -r2; \ in test_out_of_bounds_6()
119 r2 s>>= 63; \ in test_out_of_bounds_6()
124 : __imm_const(__imm_0, 0xffffffff - 1) in test_out_of_bounds_6()
130 __success __success_unpriv __retval(0)
136 r2 -= r1; \ in test_out_of_bounds_7()
138 r2 = -r2; \ in test_out_of_bounds_7()
139 r2 s>>= 63; \ in test_out_of_bounds_7()
144 : __imm_const(__imm_0, 5 - 1) in test_out_of_bounds_7()
150 __success __success_unpriv __retval(0)
156 r2 -= r1; \ in test_out_of_bounds_8()
158 r2 = -r2; \ in test_out_of_bounds_8()
159 r2 s>>= 63; \ in test_out_of_bounds_8()
164 : __imm_const(__imm_0, 1 - 1) in test_out_of_bounds_8()
170 __success __success_unpriv __retval(0)
174 r1 = 0xffffffff; \ in test_out_of_bounds_9()
176 r2 -= r1; \ in test_out_of_bounds_9()
178 r2 = -r2; \ in test_out_of_bounds_9()
179 r2 s>>= 63; \ in test_out_of_bounds_9()
184 : __imm_const(__imm_0, 0xffffffff - 1) in test_out_of_bounds_9()
190 __success __success_unpriv __retval(0)
194 r1 = 0xffffffff; \ in test_out_of_bounds_10()
196 r2 -= r1; \ in test_out_of_bounds_10()
198 r2 = -r2; \ in test_out_of_bounds_10()
199 r2 s>>= 63; \ in test_out_of_bounds_10()
204 : __imm_const(__imm_0, 1 - 1) in test_out_of_bounds_10()
210 __success __success_unpriv __retval(0)
214 r1 = -1; \ in test_out_of_bounds_11()
216 r2 -= r1; \ in test_out_of_bounds_11()
218 r2 = -r2; \ in test_out_of_bounds_11()
219 r2 s>>= 63; \ in test_out_of_bounds_11()
224 : __imm_const(__imm_0, 1 - 1) in test_out_of_bounds_11()
230 __success __success_unpriv __retval(0)
234 r1 = -1; \ in test_out_of_bounds_12()
236 r2 -= r1; \ in test_out_of_bounds_12()
238 r2 = -r2; \ in test_out_of_bounds_12()
239 r2 s>>= 63; \ in test_out_of_bounds_12()
244 : __imm_const(__imm_0, 0xffffffff - 1) in test_out_of_bounds_12()
256 r2 -= r1; \ in masking_test_in_bounds_1()
258 r2 = -r2; \ in masking_test_in_bounds_1()
259 r2 s>>= 63; \ in masking_test_in_bounds_1()
264 : __imm_const(__imm_0, 5 - 1) in masking_test_in_bounds_1()
270 __success __success_unpriv __retval(0)
274 w1 = 0; \ in masking_test_in_bounds_2()
276 r2 -= r1; \ in masking_test_in_bounds_2()
278 r2 = -r2; \ in masking_test_in_bounds_2()
279 r2 s>>= 63; \ in masking_test_in_bounds_2()
284 : __imm_const(__imm_0, 0xffffffff - 1) in masking_test_in_bounds_2()
290 __success __success_unpriv __retval(0xfffffffe)
294 w1 = 0xfffffffe; \ in masking_test_in_bounds_3()
296 r2 -= r1; \ in masking_test_in_bounds_3()
298 r2 = -r2; \ in masking_test_in_bounds_3()
299 r2 s>>= 63; \ in masking_test_in_bounds_3()
304 : __imm_const(__imm_0, 0xffffffff - 1) in masking_test_in_bounds_3()
310 __success __success_unpriv __retval(0xabcde)
314 w1 = 0xabcde; \ in masking_test_in_bounds_4()
316 r2 -= r1; \ in masking_test_in_bounds_4()
318 r2 = -r2; \ in masking_test_in_bounds_4()
319 r2 s>>= 63; \ in masking_test_in_bounds_4()
324 : __imm_const(__imm_0, 0xabcdef - 1) in masking_test_in_bounds_4()
330 __success __success_unpriv __retval(0)
334 w1 = 0; \ in masking_test_in_bounds_5()
336 r2 -= r1; \ in masking_test_in_bounds_5()
338 r2 = -r2; \ in masking_test_in_bounds_5()
339 r2 s>>= 63; \ in masking_test_in_bounds_5()
344 : __imm_const(__imm_0, 1 - 1) in masking_test_in_bounds_5()
356 r2 -= r1; \ in masking_test_in_bounds_6()
358 r2 = -r2; \ in masking_test_in_bounds_6()
359 r2 s>>= 63; \ in masking_test_in_bounds_6()
364 : __imm_const(__imm_0, 47 - 1) in masking_test_in_bounds_6()
374 r3 = -46; \ in masking_test_in_bounds_7()
375 r3 *= -1; \ in masking_test_in_bounds_7()
377 r2 -= r3; \ in masking_test_in_bounds_7()
379 r2 = -r2; \ in masking_test_in_bounds_7()
380 r2 s>>= 63; \ in masking_test_in_bounds_7()
385 : __imm_const(__imm_0, 47 - 1) in masking_test_in_bounds_7()
391 __success __success_unpriv __retval(0)
395 r3 = -47; \ in masking_test_in_bounds_8()
396 r3 *= -1; \ in masking_test_in_bounds_8()
398 r2 -= r3; \ in masking_test_in_bounds_8()
400 r2 = -r2; \ in masking_test_in_bounds_8()
401 r2 s>>= 63; \ in masking_test_in_bounds_8()
406 : __imm_const(__imm_0, 47 - 1) in masking_test_in_bounds_8()