• Home
  • Raw
  • Download

Lines Matching refs:IsDouble

877   ASSERT(instr->representation().IsDouble());  in DoArithmeticD()
878 ASSERT(instr->left()->representation().IsDouble()); in DoArithmeticD()
879 ASSERT(instr->right()->representation().IsDouble()); in DoArithmeticD()
1042 ASSERT(!value->representation().IsDouble()); in DoBranch()
1295 if (instr->representation().IsDouble()) { in DoDiv()
1341 ASSERT(instr->representation().IsDouble()); in DoMod()
1365 } else if (instr->representation().IsDouble()) { in DoMul()
1386 } else if (instr->representation().IsDouble()) { in DoSub()
1407 } else if (instr->representation().IsDouble()) { in DoAdd()
1418 ASSERT(instr->representation().IsDouble()); in DoPower()
1422 ASSERT(instr->left()->representation().IsDouble()); in DoPower()
1424 LOperand* right = exponent_type.IsDouble() ? in DoPower()
1438 ASSERT(instr->representation().IsDouble()); in DoRandom()
1470 ASSERT(r.IsDouble()); in DoCompareIDAndBranch()
1471 ASSERT(instr->left()->representation().IsDouble()); in DoCompareIDAndBranch()
1472 ASSERT(instr->right()->representation().IsDouble()); in DoCompareIDAndBranch()
1656 if (to.IsDouble()) { in DoChange()
1673 } else if (from.IsDouble()) { in DoChange()
1698 ASSERT(to.IsDouble()); in DoChange()
1751 if (input_rep.IsDouble()) { in DoClampToUint8()
1777 } else if (r.IsDouble()) { in DoConstant()
1914 ASSERT(instr->representation().IsDouble()); in DoLoadKeyedFastDoubleElement()
1931 (instr->representation().IsDouble() && in DoLoadKeyedSpecializedArrayElement()
1976 ASSERT(instr->value()->representation().IsDouble()); in DoStoreKeyedFastDoubleElement()
1995 (instr->value()->representation().IsDouble() && in DoStoreKeyedSpecializedArrayElement()