Home | History | Annotate | Download | only in mips

Lines Matching defs:exit

408   // Pretend that the exit is a backwards jump to the entry.
969 Label loop, exit;
981 __ Branch(USE_DELAY_SLOT, &exit, eq, a0, Operand(at));
983 __ Branch(&exit, eq, a0, Operand(at));
1038 __ jmp(&exit);
1123 // Exit and decrement the loop depth.
1125 __ bind(&exit);