Home | History | Annotate | Download | only in arm

Lines Matching defs:loop

43     Label loop, less_256, less_128, less_64, less_32, _16_or_less, _8_or_less;
74 __ bind(&loop);
84 __ b(ge, &loop);
146 Label loop;
152 __ bind(&loop);
156 __ b(&loop, ne);
199 Label loop;
205 __ bind(&loop);
210 __ b(&loop, ne);
225 Label loop;
232 __ bind(&loop);
242 __ b(&loop, ne);
360 Label loop, entry, convert_hole, gc_required, only_change_map, done;
425 // Prepare for conversion loop.
462 __ bind(&loop);
487 __ b(lt, &loop);
503 Label entry, loop, convert_hole, gc_required, only_change_map;
546 // Prepare for conversion loop.
556 // Allocating heap numbers in the loop below can fail and cause a jump to
587 __ bind(&loop);
622 __ b(lt, &loop);