Home | History | Annotate | Download | only in mips

Lines Matching defs:skip

180   // Skip barrier if writing a smi.
1802 Label skip;
1804 BranchShort(&skip, neg_cond, rs, rt);
1806 bind(&skip);
1814 Label skip;
1816 BranchShort(&skip, neg_cond, rs, rt);
1818 bind(&skip);
2387 Label skip;
2389 BranchShort(&skip, neg_cond, rs, rt);
2391 bind(&skip);
2395 Label skip;
2397 BranchShort(&skip, neg_cond, rs, rt);
2399 bind(&skip);
2813 Label skip;
2815 Branch(USE_DELAY_SLOT, &skip, NegateCondition(cond), rs, rt);
2821 bind(&skip);
3035 Label skip;
3037 Branch(&skip, NegateCondition(cond), r1, r2);
3044 bind(&skip);
3057 Label skip;
3060 Branch(&skip, NegateCondition(cond), reg, op);
3066 bind(&skip);
4028 // don't want that done. Skip adaption code by making it look
5754 Label skip;
5755 Branch(&skip, ne, t8, Operand(map));
5758 bind(&skip);
5779 Label skip;
5780 Branch(&skip, eq, t8, Operand(zero_reg));
5783 bind(&skip);
5795 Label skip;
5796 Branch(&skip, eq, t8, Operand(zero_reg));
5798 bind(&skip);