Home | History | Annotate | Download | only in ia32

Lines Matching defs:loop

1869       // If C2 is set, computation only has partial result. Loop to
2828 // Untag the length for the loop below.
2832 NearLabel loop;
2833 __ bind(&loop);
2839 __ j(not_zero, &loop);
3281 Label loop;
3283 __ bind(&loop);
3287 __ jmp(&loop);
4236 // Loop through the prototype chain of the object looking for the function
4239 NearLabel loop, is_instance, is_not_instance;
4240 __ bind(&loop);
4248 __ jmp(&loop);
4962 NearLabel loop;
4963 __ bind(&loop);
4964 // This loop just copies one character at a time, as it is only used for very
4978 __ j(not_zero, &loop);
5029 NearLabel loop;
5030 __ bind(&loop);
5036 __ j(not_zero, &loop);
5407 // to string start. This means that loop ends when index reaches zero,
5423 // Compare loop.
5424 NearLabel loop;
5425 __ bind(&loop);
5431 __ j(not_zero, &loop);