Home | History | Annotate | Download | only in mips64

Lines Matching defs:loop

2001   // Compare loop.
2015 // the last comparion performed in the loop above.
2031 // start. This means that loop ends when index reaches zero, which
2042 // Compare loop.
2043 Label loop;
2044 __ bind(&loop);
2051 __ Branch(&loop, ne, index, Operand(zero_reg));