Home | History | Annotate | Download | only in optimizing

Lines Matching refs:loop

1229   vixl::Label loop;
1264 // Store offset of string value in preparation for comparison loop
1276 // Loop to compare strings 4 characters at a time starting at the beginning of the string.
1278 __ Bind(&loop);
1285 __ B(&loop, gt);
1288 // If loop does not result in returning false, we return true.
1699 vixl::Label loop, done;
1700 __ Bind(&loop);
1705 __ B(&loop);
1927 vixl::Label loop, done;
1928 __ Bind(&loop);
1933 __ B(&loop);
2191 vixl::Label loop, done;
2193 __ Bind(&loop);
2201 __ B(&loop);