Home
last modified time | relevance | path

Searched refs:can_overflow (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/v8/src/arm64/
Dlithium-codegen-arm64.cc1512 bool can_overflow = instr->hydrogen()->CheckFlag(HValue::kCanOverflow); in DoAddI() local
1517 if (can_overflow) { in DoAddI()
1527 bool can_overflow = instr->hydrogen()->CheckFlag(HValue::kCanOverflow); in DoAddS() local
1531 if (can_overflow) { in DoAddS()
4335 bool can_overflow = instr->hydrogen()->CheckFlag(HValue::kCanOverflow); in DoMulConstIS() local
4352 if (can_overflow) { in DoMulConstIS()
4369 if (can_overflow) { in DoMulConstIS()
4385 if (can_overflow) { in DoMulConstIS()
4398 if (can_overflow) { in DoMulConstIS()
4412 DCHECK(!can_overflow); in DoMulConstIS()
[all …]
Dlithium-arm64.cc1927 bool can_overflow = instr->CheckFlag(HValue::kCanOverflow); in DoMul() local
1947 (!can_overflow && (base::bits::IsPowerOfTwo32(constant_abs + 1) || in DoMul()
1956 if ((bailout_on_minus_zero && constant <= 0) || can_overflow) { in DoMul()
1970 if ((bailout_on_minus_zero && least_const != most_const) || can_overflow) { in DoMul()
/external/chromium_org/v8/src/arm/
Dlithium-codegen-arm.cc1856 bool can_overflow = instr->hydrogen()->CheckFlag(HValue::kCanOverflow); in DoSubI() local
1857 SBit set_cond = can_overflow ? SetCC : LeaveCC; in DoSubI()
1867 if (can_overflow) { in DoSubI()
1877 bool can_overflow = instr->hydrogen()->CheckFlag(HValue::kCanOverflow); in DoRSubI() local
1878 SBit set_cond = can_overflow ? SetCC : LeaveCC; in DoRSubI()
1888 if (can_overflow) { in DoRSubI()
2050 bool can_overflow = instr->hydrogen()->CheckFlag(HValue::kCanOverflow); in DoAddI() local
2051 SBit set_cond = can_overflow ? SetCC : LeaveCC; in DoAddI()
2061 if (can_overflow) { in DoAddI()
Dlithium-arm.cc1494 bool can_overflow = instr->CheckFlag(HValue::kCanOverflow); in DoMul() local
1502 if (!can_overflow || ((constant_value >= -1) && (constant_value <= 1))) { in DoMul()
1522 if (can_overflow || bailout_on_minus_zero) { in DoMul()
/external/chromium_org/v8/src/mips/
Dlithium-mips.cc1488 bool can_overflow = instr->CheckFlag(HValue::kCanOverflow); in DoMul() local
1496 if (!can_overflow || ((constant_value >= -1) && (constant_value <= 1))) { in DoMul()
1516 if (can_overflow || bailout_on_minus_zero) { in DoMul()
Dlithium-codegen-mips.cc1701 bool can_overflow = instr->hydrogen()->CheckFlag(HValue::kCanOverflow); in DoSubI() local
1703 if (!can_overflow) { in DoSubI()
1891 bool can_overflow = instr->hydrogen()->CheckFlag(HValue::kCanOverflow); in DoAddI() local
1893 if (!can_overflow) { in DoAddI()
/external/chromium_org/v8/src/mips64/
Dlithium-mips64.cc1489 bool can_overflow = instr->CheckFlag(HValue::kCanOverflow); in DoMul() local
1497 if (!can_overflow || ((constant_value >= -1) && (constant_value <= 1))) { in DoMul()
1517 if (can_overflow || bailout_on_minus_zero) { in DoMul()
Dlithium-codegen-mips64.cc1660 bool can_overflow = instr->hydrogen()->CheckFlag(HValue::kCanOverflow); in DoSubI() local
1662 if (!can_overflow) { in DoSubI()
1854 bool can_overflow = instr->hydrogen()->CheckFlag(HValue::kCanOverflow); in DoAddI() local
1856 if (!can_overflow) { in DoAddI()
/external/chromium_org/v8/src/x87/
Dlithium-x87.cc1602 bool can_overflow = instr->CheckFlag(HValue::kCanOverflow); in DoAdd() local
1606 if (can_overflow) { in DoAdd()
/external/chromium_org/v8/src/x64/
Dlithium-x64.cc1573 bool can_overflow = instr->CheckFlag(HValue::kCanOverflow); in DoAdd() local
1576 if (can_overflow) { in DoAdd()
Dlithium-codegen-x64.cc1401 bool can_overflow = in DoMulI() local
1411 } else if (!can_overflow) { in DoMulI()
1460 if (can_overflow) { in DoMulI()
/external/chromium_org/v8/src/ia32/
Dlithium-ia32.cc1591 bool can_overflow = instr->CheckFlag(HValue::kCanOverflow); in DoAdd() local
1595 if (can_overflow) { in DoAdd()