Home | History | Annotate | Download | only in mips64

Lines Matching defs:loop

152     // copied. We will loop, incrementing a0 and a1 until a0 equals a3.
157 __ addu(a3, a0, a3); // Now a3 is the final dst after loop.
159 // When in the loop we prefetch with kPrefHintPrepareForStore hint,
259 // Here we have less than 32 bytes to copy. Set up for a loop to copy
262 // all the word chunks have been copied. We will loop, incrementing a0
310 // loop, incrementing a0 and a1 until a0 equals a3.
459 // Less than 32 bytes to copy. Set up for a loop to
592 Label loop, entry, convert_hole, gc_required, only_change_map, done;
657 // Prepare for conversion loop.
695 __ bind(&loop);
724 __ Branch(&loop, lt, scratch3, Operand(array_end));
740 Label entry, loop, convert_hole, gc_required, only_change_map;
781 // Prepare for conversion loop.
809 __ bind(&loop);
848 __ Branch(&loop, lt, dst_elements, Operand(dst_end));