Home | History | Annotate | Download | only in mips64

Lines Matching defs:skip

183   // Skip barrier if writing a smi.
1854 Label skip;
1856 BranchShort(&skip, neg_cond, rs, rt);
1858 bind(&skip);
1866 Label skip;
1868 BranchShort(&skip, neg_cond, rs, rt);
1870 bind(&skip);
2439 Label skip;
2441 BranchShort(&skip, neg_cond, rs, rt);
2443 bind(&skip);
2447 Label skip;
2449 BranchShort(&skip, neg_cond, rs, rt);
2451 bind(&skip);
2724 Label skip;
2726 Branch(USE_DELAY_SLOT, &skip, NegateCondition(cond), rs, rt);
2732 bind(&skip);
2944 Label skip;
2946 Branch(&skip, NegateCondition(cond), r1, r2);
2953 bind(&skip);
2966 Label skip;
2969 Branch(&skip, NegateCondition(cond), reg, op);
2975 bind(&skip);
3915 Skip adaption code by making it look
5737 Label skip;
5738 Branch(&skip, ne, t8, Operand(map));
5741 bind(&skip);
5762 Label skip;
5763 Branch(&skip, eq, t8, Operand(zero_reg));
5766 bind(&skip);
5778 Label skip;
5779 Branch(&skip, ne, t8, Operand(zero_reg));
5782 bind(&skip);