Home | History | Annotate | Download | only in mips64

Lines Matching defs:loop

567       { Label loop, entry;
575 __ bind(&loop);
579 __ Branch(&loop, less, a2, Operand(t2));
671 Label loop, entry;
674 __ bind(&loop);
681 __ Branch(&loop, greater_equal, a3, Operand(zero_reg));
781 // Copy arguments to the stack in a loop.
784 Label loop, entry;
795 __ bind(&loop);
801 __ Branch(&loop, ne, s0, Operand(a6));
1201 { Label loop;
1206 __ bind(&loop);
1210 __ Branch(&loop, ne, a2, Operand(sp));
1359 Label entry, loop;
1366 __ bind(&loop);
1379 // Test if the copy loop has finished copying all the elements from the
1383 __ Branch(&loop, ne, a0, Operand(a1));