Lines Matching full:r1

16 	r2 -= r1;					\  in test_out_of_bounds_1()
17 r2 |= r1; \ in test_out_of_bounds_1()
20 r1 &= r2; \ in test_out_of_bounds_1()
21 r0 = r1; \ in test_out_of_bounds_1()
36 r2 -= r1; \ in test_out_of_bounds_2()
37 r2 |= r1; \ in test_out_of_bounds_2()
40 r1 &= r2; \ in test_out_of_bounds_2()
41 r0 = r1; \ in test_out_of_bounds_2()
56 r2 -= r1; \ in test_out_of_bounds_3()
57 r2 |= r1; \ in test_out_of_bounds_3()
60 r1 &= r2; \ in test_out_of_bounds_3()
61 r0 = r1; \ in test_out_of_bounds_3()
76 r2 -= r1; \ in test_out_of_bounds_4()
77 r2 |= r1; \ in test_out_of_bounds_4()
80 r1 &= r2; \ in test_out_of_bounds_4()
81 r0 = r1; \ in test_out_of_bounds_4()
96 r2 -= r1; \ in test_out_of_bounds_5()
97 r2 |= r1; \ in test_out_of_bounds_5()
100 r1 &= r2; \ in test_out_of_bounds_5()
101 r0 = r1; \ in test_out_of_bounds_5()
116 r2 -= r1; \ in test_out_of_bounds_6()
117 r2 |= r1; \ in test_out_of_bounds_6()
120 r1 &= r2; \ in test_out_of_bounds_6()
121 r0 = r1; \ in test_out_of_bounds_6()
134 r1 = 5; \ in test_out_of_bounds_7()
136 r2 -= r1; \ in test_out_of_bounds_7()
137 r2 |= r1; \ in test_out_of_bounds_7()
140 r1 &= r2; \ in test_out_of_bounds_7()
141 r0 = r1; \ in test_out_of_bounds_7()
154 r1 = 1; \ in test_out_of_bounds_8()
156 r2 -= r1; \ in test_out_of_bounds_8()
157 r2 |= r1; \ in test_out_of_bounds_8()
160 r1 &= r2; \ in test_out_of_bounds_8()
161 r0 = r1; \ in test_out_of_bounds_8()
174 r1 = 0xffffffff; \ in test_out_of_bounds_9()
176 r2 -= r1; \ in test_out_of_bounds_9()
177 r2 |= r1; \ in test_out_of_bounds_9()
180 r1 &= r2; \ in test_out_of_bounds_9()
181 r0 = r1; \ in test_out_of_bounds_9()
194 r1 = 0xffffffff; \ in test_out_of_bounds_10()
196 r2 -= r1; \ in test_out_of_bounds_10()
197 r2 |= r1; \ in test_out_of_bounds_10()
200 r1 &= r2; \ in test_out_of_bounds_10()
201 r0 = r1; \ in test_out_of_bounds_10()
214 r1 = -1; \ in test_out_of_bounds_11()
216 r2 -= r1; \ in test_out_of_bounds_11()
217 r2 |= r1; \ in test_out_of_bounds_11()
220 r1 &= r2; \ in test_out_of_bounds_11()
221 r0 = r1; \ in test_out_of_bounds_11()
234 r1 = -1; \ in test_out_of_bounds_12()
236 r2 -= r1; \ in test_out_of_bounds_12()
237 r2 |= r1; \ in test_out_of_bounds_12()
240 r1 &= r2; \ in test_out_of_bounds_12()
241 r0 = r1; \ in test_out_of_bounds_12()
256 r2 -= r1; \ in masking_test_in_bounds_1()
257 r2 |= r1; \ in masking_test_in_bounds_1()
260 r1 &= r2; \ in masking_test_in_bounds_1()
261 r0 = r1; \ in masking_test_in_bounds_1()
276 r2 -= r1; \ in masking_test_in_bounds_2()
277 r2 |= r1; \ in masking_test_in_bounds_2()
280 r1 &= r2; \ in masking_test_in_bounds_2()
281 r0 = r1; \ in masking_test_in_bounds_2()
296 r2 -= r1; \ in masking_test_in_bounds_3()
297 r2 |= r1; \ in masking_test_in_bounds_3()
300 r1 &= r2; \ in masking_test_in_bounds_3()
301 r0 = r1; \ in masking_test_in_bounds_3()
316 r2 -= r1; \ in masking_test_in_bounds_4()
317 r2 |= r1; \ in masking_test_in_bounds_4()
320 r1 &= r2; \ in masking_test_in_bounds_4()
321 r0 = r1; \ in masking_test_in_bounds_4()
336 r2 -= r1; \ in masking_test_in_bounds_5()
337 r2 |= r1; \ in masking_test_in_bounds_5()
340 r1 &= r2; \ in masking_test_in_bounds_5()
341 r0 = r1; \ in masking_test_in_bounds_5()
356 r2 -= r1; \ in masking_test_in_bounds_6()
357 r2 |= r1; \ in masking_test_in_bounds_6()
360 r1 &= r2; \ in masking_test_in_bounds_6()
361 r0 = r1; \ in masking_test_in_bounds_6()