Home | History | Annotate | Download | only in mips

Lines Matching defs:skip

853     Label skip;
855 __ Branch(&skip, NegateCondition(condition), src1, src2);
858 __ bind(&skip);
5623 // Skip the arguments adaptor frame if it exists.