Home | History | Annotate | Download | only in mips

Lines Matching full:skip_sub

711     Label skip_sub;
712 __ Branch(&skip_sub, ge, dst2, Operand(zero_reg));
714 __ bind(&skip_sub);
909 Label skip_sub;
910 __ Branch(&skip_sub, ge, scratch1, Operand(zero_reg));
912 __ bind(&skip_sub);