Lines Matching defs:overflow
1165 Label overflow(env);
1167 BRANCH(condition, &overflow, ¬Overflow);
1168 Bind(&overflow);
7488 Label overflow(env);
7492 BRANCH(condition, &overflow, ¬Overflow);
7493 Bind(&overflow);
8302 Label overflow(env);
8308 // 0x80000000: amd64 overflow return value
8309 BRANCH(Int32Equal(xInt, Int32(0x80000000)), &overflow, &exit);
8318 BRANCH(Int32LessThan(exp, bits), &exit, &overflow);
8320 Bind(&overflow);