Lines Matching defs:loop
100 // copied. We will loop, incrementing a0 and a1 until a0 equals a3.
105 __ addu(a3, a0, a3); // Now a3 is the final dst after loop.
107 // When in the loop we prefetch with kPrefHintPrepareForStore hint,
207 // Here we have less than 32 bytes to copy. Set up for a loop to copy
210 // all the word chunks have been copied. We will loop, incrementing a0
267 // loop, incrementing a0 and a1 until a0 equals a3.
507 // Less than 32 bytes to copy. Set up for a loop to
648 Label loop, entry, convert_hole, gc_required, only_change_map, done;
714 // Prepare for conversion loop.
754 __ bind(&loop);
783 __ Branch(&loop, lt, scratch3, Operand(array_end));
799 Label entry, loop, convert_hole, gc_required, only_change_map;
841 // Prepare for conversion loop.
853 // Allocating heap numbers in the loop below can fail and cause a jump to
884 __ bind(&loop);
924 __ Branch(&loop, lt, dst_elements, Operand(dst_end));