Home | History | Annotate | Download | only in mips

Lines Matching defs:loop

556       { Label loop, entry;
564 __ bind(&loop);
568 __ Branch(&loop, less, a2, Operand(t6));
660 Label loop, entry;
662 __ bind(&loop);
669 __ Branch(&loop, greater_equal, a3, Operand(zero_reg));
770 // Copy arguments to the stack in a loop.
773 Label loop, entry;
779 __ bind(&loop);
785 __ Branch(&loop, ne, s0, Operand(t2));
1188 { Label loop;
1193 __ bind(&loop);
1197 __ Branch(&loop, ne, a2, Operand(sp));
1345 Label entry, loop;
1352 __ bind(&loop);
1365 // Test if the copy loop has finished copying all the elements from the
1369 __ Branch(&loop, ne, a0, Operand(a1));