Lines Matching refs:skip
104 Label skip;
105 BranchShort(&skip, NegateCondition(cond), src1, src2);
108 bind(&skip);
2362 Label skip;
2363 BranchFalseShortF(rs, &skip);
2365 bind(&skip);
2375 Label skip;
2376 BranchTrueShortF(rs, &skip);
2378 bind(&skip);
2837 Label skip;
2839 BranchShort(&skip, neg_cond, rs, rt);
2841 bind(&skip);
2850 Label skip;
2852 BranchShort(&skip, neg_cond, rs, rt);
2854 bind(&skip);
3105 Label skip;
3107 BranchShort(&skip, neg_cond, rs, rt);
3109 bind(&skip);
3113 Label skip;
3115 BranchShort(&skip, neg_cond, rs, rt);
3117 bind(&skip);
3216 Label skip;
3218 Branch(&skip, NegateCondition(cond), rs, rt);
3225 bind(&skip);
3247 Label skip;
3250 Branch(&skip, NegateCondition(cond), rs, rt);
3254 bind(&skip);
3325 Label skip;
3329 Branch(&skip, NegateCondition(cond), rs, rt);
3333 bind(&skip);
3489 Label skip;
3491 Branch(&skip, NegateCondition(cond), r1, r2);
3498 bind(&skip);
3508 Label skip;
3511 Branch(&skip, NegateCondition(cond), reg, op);
3517 bind(&skip);