Lines Matching defs:skip
932 Label skip;
933 bnvc(rs, rt, &skip);
935 bind(&skip);
943 Label skip;
944 bovc(rs, rt, &skip);
946 bind(&skip);
2209 Label skip;
2210 BranchFalseShortF(&skip);
2212 bind(&skip);
2222 Label skip;
2223 BranchTrueShortF(&skip);
2225 bind(&skip);
2241 Label skip;
2243 BranchShortMSA(df, &skip, neg_cond, wt, bd);
2245 bind(&skip);
2758 Label skip;
2760 BranchShort(&skip, neg_cond, rs, rt);
2762 bind(&skip);
2770 Label skip;
2772 BranchShort(&skip, neg_cond, rs, rt);
2774 bind(&skip);
3273 Label skip;
3275 BranchShort(&skip, neg_cond, rs, rt);
3277 bind(&skip);
3281 Label skip;
3283 BranchShort(&skip, neg_cond, rs, rt);
3285 bind(&skip);
3703 Label skip;
3705 Branch(USE_DELAY_SLOT, &skip, NegateCondition(cond), rs, rt);
3721 bind(&skip);
3743 Label skip;
3748 Branch(USE_DELAY_SLOT, &skip, NegateCondition(cond), rs, rt);
3752 bind(&skip);
3884 Label skip;
3887 Branch(PROTECT, &skip, NegateCondition(cond), rs, rt);
3891 bind(&skip);
4101 Label skip;
4103 Branch(&skip, NegateCondition(cond), r1, r2);
4110 bind(&skip);
4120 Label skip;
4123 Branch(&skip, NegateCondition(cond), reg, op);
4129 bind(&skip);