Home | History | Annotate | Download | only in mips

Lines Matching defs:loop

151     // copied. We will loop, incrementing a0 and a1 until a0 equals a3.
156 __ addu(a3, a0, a3); // Now a3 is the final dst after loop.
158 // When in the loop we prefetch with kPrefHintPrepareForStore hint,
258 // Here we have less than 32 bytes to copy. Set up for a loop to copy
261 // all the word chunks have been copied. We will loop, incrementing a0
318 // loop, incrementing a0 and a1 until a0 equals a3.
558 // Less than 32 bytes to copy. Set up for a loop to
698 Label loop, entry, convert_hole, gc_required, only_change_map, done;
764 // Prepare for conversion loop.
803 __ bind(&loop);
832 __ Branch(&loop, lt, scratch3, Operand(array_end));
848 Label entry, loop, convert_hole, gc_required, only_change_map;
890 // Prepare for conversion loop.
919 __ bind(&loop);
959 __ Branch(&loop, lt, dst_elements, Operand(dst_end));