Lines Matching defs:loop
3239 // A(n unrolled) loop-based algorithm requires 25 instructions.
3242 // to a(n unrolled) loop based algorithm which requires 38 instructions.
4693 Label loop, entry;
4697 bind(&loop);
4703 Branch(&loop, less, scratch, Operand(size));
4707 bind(&loop);
4713 Branch(&loop, greater_equal, scratch, Operand(zero_reg));
4914 Label loop;
4915 bind(&loop);
4919 Branch(&loop, gt, expected_parameter_count, Operand(zero_reg));