Home | History | Annotate | Download | only in mips

Lines Matching defs:succeed

1688   // If we fell through then inline version didn't succeed - call stub instead.
1712 // If we fell through then inline version didn't succeed - call stub instead.
3588 Label succeed;
3590 Branch(&succeed, eq, at, Operand(zero_reg));
3593 bind(&succeed);