Home | History | Annotate | Download | only in ia32

Lines Matching defs:loop

121       // Copy loop for aligned source and destination.
127 // Main copy loop.
128 Label loop;
129 __ bind(&loop);
140 __ j(not_zero, &loop);
165 // Copy loop for unaligned source and aligned destination.
173 // Main copy loop
174 Label loop;
175 __ bind(&loop);
186 __ j(not_zero, &loop);