Home | History | Annotate | Download | only in mips

Lines Matching defs:loop

171       Label loop;
172 __ bind(&loop);
175 __ Branch(&loop, ne, a0, Operand(sp));
897 if (label->is_loop_header()) return " (loop header)";
2394 // Loop through the {object}s prototype chain looking for the {prototype}.
2396 Label loop;
2397 __ bind(&loop);
2416 __ Branch(USE_DELAY_SLOT, &loop);
2988 // Loop through the arguments pushing them onto the execution
2990 Label invoke, loop;
2994 __ bind(&loop);
2999 __ Branch(USE_DELAY_SLOT, &loop, ne, length, Operand(zero_reg));
4937 Label loop;
4938 __ bind(&loop);
4942 __ Branch(&loop, ge, scratch, Operand(zero_reg));