Lines Matching refs:skip
139 Label skip;
141 if (cond != al) b(NegateCondition(cond), &skip, cr);
147 bind(&skip);
167 Label skip;
171 if (cond != al) b(NegateCondition(cond), &skip, cr);
173 bind(&skip);
177 Label skip;
182 if (cond != al) b(NegateCondition(cond), &skip, cr);
184 bind(&skip);
253 Label skip;
256 if (cond != al) b(NegateCondition(cond), &skip);
258 bind(&skip);
276 Label skip;
277 if (cond != al) b(NegateCondition(cond), &skip);
279 bind(&skip);
1476 Label copy, skip;
1485 ble(&skip);
1492 bind(&skip);