Lines Matching refs:loop
185 Label loop, entry;
188 __ bind(&loop);
192 __ Branch(&loop, lt, scratch1, Operand(scratch2));
295 Label loop, entry;
298 __ bind(&loop);
303 __ Branch(&loop, lt, elements_array_storage, Operand(elements_array_end));
417 Label loop, entry;
420 __ bind(&loop);
429 __ Branch(&loop, lt, t0, Operand(t1));
914 { Label loop, entry;
922 __ bind(&loop);
926 __ Branch(&loop, less, a2, Operand(t6));
986 Label loop, entry;
988 __ bind(&loop);
995 __ Branch(&loop, greater_equal, a3, Operand(zero_reg));
1103 // Copy arguments to the stack in a loop.
1106 Label loop, entry;
1112 __ bind(&loop);
1118 __ Branch(&loop, ne, s0, Operand(t2));
1435 { Label loop;
1440 __ bind(&loop);
1444 __ Branch(&loop, ne, a2, Operand(sp));
1600 Label entry, loop;
1607 __ bind(&loop);
1621 // Test if the copy loop has finished copying all the elements from the
1625 __ Branch(&loop, ne, a0, Operand(a1));