Home | History | Annotate | Download | only in mips64

Lines Matching defs:loop

147       Label loop;
148 __ bind(&loop);
151 __ Branch(&loop, ne, a0, Operand(sp));
886 if (label->is_loop_header()) return " (loop header)";
2518 // Loop through the {object}s prototype chain looking for the {prototype}.
2520 Label loop;
2521 __ bind(&loop);
2539 __ Branch(&loop, USE_DELAY_SLOT);
3175 // Loop through the arguments pushing them onto the execution
3177 Label invoke, loop;
3181 __ bind(&loop);
3186 __ Branch(USE_DELAY_SLOT, &loop, ne, length, Operand(zero_reg));
5143 Label loop;
5144 __ bind(&loop);
5148 __ Branch(&loop, ge, scratch, Operand(zero_reg));