Lines Matching defs:exit
184 Label exit(env_);
190 Jump(&exit);
195 Jump(&exit);
197 Bind(&exit);
203 GateRef CircuitBuilder::DoubleToInt(GateRef x, Label *exit)
217 BRANCH_CIR2(Int32LessThan(exp, bits), exit, &overflow);
223 Jump(exit);
225 Bind(exit);
234 Label exit(env_);
242 BRANCH_CIR2(Int32Equal(xInt, Int32(0x80000000)), &overflow, &exit);
251 BRANCH_CIR2(Int32LessThan(exp, bits), &exit, &overflow);
257 Jump(&exit);
259 Bind(&exit);
269 Label exit(env_);
278 Branch(DoubleIsINF(x), &isInfinity, &exit);
285 Jump(&exit);
290 Jump(&exit);
293 Bind(&exit);
303 Label exit(env_);
315 Jump(&exit);
319 Branch(DoubleLessThan(x, Min), &underflow, &exit);
323 Jump(&exit);
326 Bind(&exit);