Lines Matching defs:loop
2571 Label loop, end;
2578 bind(&loop);
2583 Branch(&loop, ne, mask, Operand(zero_reg), USE_DELAY_SLOT);
2632 // A(n unrolled) loop-based algorithm requires 25 instructions.
2638 // instructions compared to a loop-based algorithm which requires 47
4169 Label loop, entry;
4173 bind(&loop);
4179 Branch(&loop, less, scratch, Operand(size));
4183 bind(&loop);
4189 Branch(&loop, greater_equal, scratch, Operand(zero_reg));
4387 Label loop;
4388 bind(&loop);
4392 Branch(&loop, gt, expected_parameter_count, Operand(zero_reg));