• Home
  • Raw
  • Download

Lines Matching refs:IsDouble

882   ASSERT(instr->representation().IsDouble());  in DoArithmeticD()
883 ASSERT(instr->left()->representation().IsDouble()); in DoArithmeticD()
884 ASSERT(instr->right()->representation().IsDouble()); in DoArithmeticD()
1305 if (instr->representation().IsDouble()) { in DoDiv()
1352 ASSERT(instr->representation().IsDouble()); in DoMod()
1386 } else if (instr->representation().IsDouble()) { in DoMul()
1407 } else if (instr->representation().IsDouble()) { in DoSub()
1427 } else if (instr->representation().IsDouble()) { in DoAdd()
1437 ASSERT(instr->representation().IsDouble()); in DoPower()
1441 ASSERT(instr->left()->representation().IsDouble()); in DoPower()
1443 LOperand* right = exponent_type.IsDouble() ? in DoPower()
1454 ASSERT(instr->representation().IsDouble()); in DoRandom()
1482 ASSERT(r.IsDouble()); in DoCompareIDAndBranch()
1483 ASSERT(instr->left()->representation().IsDouble()); in DoCompareIDAndBranch()
1484 ASSERT(instr->right()->representation().IsDouble()); in DoCompareIDAndBranch()
1658 if (to.IsDouble()) { in DoChange()
1683 } else if (from.IsDouble()) { in DoChange()
1714 ASSERT(to.IsDouble()); in DoChange()
1768 if (input_rep.IsDouble()) { in DoClampToUint8()
1792 } else if (r.IsDouble()) { in DoConstant()
1924 ASSERT(instr->representation().IsDouble()); in DoLoadKeyedFastDoubleElement()
1942 (representation.IsDouble() && in DoLoadKeyedSpecializedArrayElement()
1988 ASSERT(instr->value()->representation().IsDouble()); in DoStoreKeyedFastDoubleElement()
2008 (representation.IsDouble() && in DoStoreKeyedSpecializedArrayElement()