Searched refs:IsInteger32 (Results 1 – 14 of 14) sorted by relevance
800 if (instr->representation().IsInteger32()) { in DoBit()801 ASSERT(instr->left()->representation().IsInteger32()); in DoBit()802 ASSERT(instr->right()->representation().IsInteger32()); in DoBit()832 ASSERT(instr->representation().IsInteger32()); in DoShift()833 ASSERT(instr->OperandAt(0)->representation().IsInteger32()); in DoShift()834 ASSERT(instr->OperandAt(1)->representation().IsInteger32()); in DoShift()1049 if (r.IsInteger32()) { in DoTest()1050 ASSERT(left->representation().IsInteger32()); in DoTest()1051 ASSERT(right->representation().IsInteger32()); in DoTest()1311 ASSERT(instr->value()->representation().IsInteger32()); in DoBitNot()[all …]
322 chunk_->LookupLiteralRepresentation(op).IsInteger32(); in IsInteger32Constant()334 ASSERT(chunk_->LookupLiteralRepresentation(op).IsInteger32()); in ToInteger32()1287 if (r.IsInteger32()) { in DoBranch()2686 } else if (r.IsInteger32()) { in DoMathAbs()2790 } else if (exponent_type.IsInteger32()) { in DoPower()3244 ASSERT(instr->hydrogen()->value()->representation().IsInteger32()); in DoStringCharFromCode()3801 if (r.IsInteger32()) { in EmitPushConstantOperand()
799 if (instr->representation().IsInteger32()) { in DoBit()800 ASSERT(instr->left()->representation().IsInteger32()); in DoBit()801 ASSERT(instr->right()->representation().IsInteger32()); in DoBit()831 ASSERT(instr->representation().IsInteger32()); in DoShift()832 ASSERT(instr->OperandAt(0)->representation().IsInteger32()); in DoShift()833 ASSERT(instr->OperandAt(1)->representation().IsInteger32()); in DoShift()1048 if (r.IsInteger32()) { in DoTest()1049 ASSERT(left->representation().IsInteger32()); in DoTest()1050 ASSERT(right->representation().IsInteger32()); in DoTest()1335 ASSERT(instr->value()->representation().IsInteger32()); in DoBitNot()[all …]
286 ASSERT(chunk_->LookupLiteralRepresentation(op).IsInteger32()); in ToInteger32()297 if (r.IsInteger32()) { in ToImmediate()1289 if (r.IsInteger32()) { in DoBranch()2671 } else if (r.IsInteger32()) { in DoMathAbs()2774 } else if (exponent_type.IsInteger32()) { in DoPower()3261 ASSERT(instr->hydrogen()->value()->representation().IsInteger32()); in DoStringCharFromCode()
1918 if (info.IsInteger32()) { in ConvertToInt32()
1913 if (type_info.IsInteger32() && CpuFeatures::IsSupported(SSE2)) { in IntegerConvert()1918 if (!type_info.IsInteger32() || !use_sse3) { in IntegerConvert()1927 if (!type_info.IsInteger32()) { in IntegerConvert()
805 if (instr->representation().IsInteger32()) { in DoBit()806 ASSERT(instr->left()->representation().IsInteger32()); in DoBit()807 ASSERT(instr->right()->representation().IsInteger32()); in DoBit()837 ASSERT(instr->representation().IsInteger32()); in DoShift()838 ASSERT(instr->OperandAt(0)->representation().IsInteger32()); in DoShift()839 ASSERT(instr->OperandAt(1)->representation().IsInteger32()); in DoShift()1053 if (r.IsInteger32()) { in DoTest()1054 ASSERT(left->representation().IsInteger32()); in DoTest()1055 ASSERT(right->representation().IsInteger32()); in DoTest()1311 ASSERT(instr->value()->representation().IsInteger32()); in DoBitNot()[all …]
317 if (r.IsInteger32()) { in EmitLoadDoubleRegister()342 ASSERT(chunk_->LookupLiteralRepresentation(op).IsInteger32()); in ToInteger32()354 if (r.IsInteger32()) { in ToOperand()1414 if (r.IsInteger32()) { in DoBranch()2825 } else if (r.IsInteger32()) { in DoMathAbs()2933 } else if (exponent_type.IsInteger32()) { in DoPower()3387 ASSERT(instr->hydrogen()->value()->representation().IsInteger32()); in DoStringCharFromCode()
799 if (representation().IsInteger32()) { in InferRange()817 if (representation().IsInteger32()) { in InferRange()834 if (representation().IsInteger32()) { in InferRange()850 if (representation().IsInteger32()) { in InferRange()868 if (representation().IsInteger32()) { in InferRange()893 if (representation().IsInteger32()) { in InferRange()1039 if (r.IsInteger32() && !has_int32_value_) return NULL; in CopyToRepresentation()1519 if (representation().IsInteger32() && in EnsureAndPropagateNotMinusZero()1520 !value()->representation().IsInteger32()) { in EnsureAndPropagateNotMinusZero()1525 if (RequiredInputRepresentation(0).IsInteger32() && in EnsureAndPropagateNotMinusZero()[all …]
164 inline bool IsInteger32() { in IsInteger32() function
280 bool IsInteger32() const { return kind_ == kInteger32; } in IsInteger32() function952 if (from.IsInteger32() && to.IsTagged() && value->range() != NULL && in HChange()1555 if (value()->representation().IsInteger32()) return value(); in Canonicalize()1855 if (value->representation().IsInteger32()) int32_occurred = true; in InferredRepresentation()2182 ASSERT(to.IsInteger32()); in RepresentationChanged()
2039 if (left_type.IsInteger32() && right_type.IsInteger32()) { in GetTypeInfo()
922 if (compare->GetInputRepresentation().IsInteger32()) { in InferControlFlowRange()1880 if (phi->representation().IsInteger32()) { in InsertRepresentationChanges()1967 if (from.IsInteger32()) { in ComputeMinusZeroChecks()5053 if (info.IsInteger32()) return Representation::Integer32(); in ToRepresentation()
43 TypeInfo::Integer32().ThreeBitRepresentation()).IsInteger32()); in TEST()