Lines Matching refs:out
220 my ($out,$cnt,$max)=("r3","r4","r5");
233 dcbf 0,$out # flush cache line
234 lwarx $tick,0,$out # load and lock
236 stwcx. $tick,0,$out
237 stwx $tick,0,$out
242 dcbf 0,$out # flush cache line
243 lwarx $tick,0,$out # load and lock
245 stwcx. $tick,0,$out
246 stwx $tick,0,$out
247 addi $out,$out,4 # ++$out
266 dcbf 0,$out # flush cache line
267 lwarx $tick,0,$out # load and lock
269 stwcx. $tick,0,$out
270 stwx $tick,0,$out
277 dcbf 0,$out # flush cache line
278 lwarx $tick,0,$out # load and lock
280 stwcx. $tick,0,$out
281 stwx $tick,0,$out
297 add $out,$out,$tick # conditional ++$out
317 dcbf 0,$out # flush cache line
318 lwarx $tick,0,$out # load and lock
320 stwcx. $tick,0,$out
321 stwx $tick,0,$out
326 dcbf 0,$out # flush cache line
327 lwarx $tick,0,$out # load and lock
329 stwcx. $tick,0,$out
330 stwx $tick,0,$out
331 addi $out,$out,4 # ++$out
350 dcbf 0,$out # flush cache line
351 lwarx $tick,0,$out # load and lock
353 stwcx. $tick,0,$out
354 stwx $tick,0,$out
361 dcbf 0,$out # flush cache line
362 lwarx $tick,0,$out # load and lock
364 stwcx. $tick,0,$out
365 stwx $tick,0,$out
381 add $out,$out,$tick # conditional ++$out