Lines Matching defs:skip
1073 Label skip;
1074 bnvc(rs, rt, &skip);
1076 bind(&skip);
1084 Label skip;
1085 bovc(rs, rt, &skip);
1087 bind(&skip);
2860 Label skip;
2861 BranchFalseShortF(&skip);
2863 bind(&skip);
2873 Label skip;
2874 BranchTrueShortF(&skip);
2876 bind(&skip);
2892 Label skip;
2894 BranchShortMSA(df, &skip, neg_cond, wt, bd);
2896 bind(&skip);
3397 Label skip;
3399 BranchShort(&skip, neg_cond, rs, rt);
3401 bind(&skip);
3409 Label skip;
3411 BranchShort(&skip, neg_cond, rs, rt);
3413 bind(&skip);
3916 Label skip;
3918 BranchShort(&skip, neg_cond, rs, rt);
3920 bind(&skip);
3924 Label skip;
3926 BranchShort(&skip, neg_cond, rs, rt);
3928 bind(&skip);
4276 Label skip;
4278 Branch(USE_DELAY_SLOT, &skip, NegateCondition(cond), rs, rt);
4286 bind(&skip);
4625 Label skip;
4627 Branch(&skip, NegateCondition(cond), r1, r2);
4634 bind(&skip);
4644 Label skip;
4647 Branch(&skip, NegateCondition(cond), reg, op);
4653 bind(&skip);