Home | History | Annotate | Download | only in mips

Lines Matching refs:success

309     Label success;
341 __ jmp(&success);
346 __ bind(&success);
392 // Check if function returned non-zero for success or zero for failure.
394 // On success, increment position by length of capture.
406 Label success;
494 Label success;
495 __ Branch(&success, eq, current_character(), Operand(' '));
499 __ bind(&success);
753 __ li(v0, Operand(SUCCESS));