Home
last modified time | relevance | path

Searched refs:IsInteger32 (Results 1 – 14 of 14) sorted by relevance

/external/v8/src/x64/
Dlithium-x64.cc800 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 …]
Dlithium-codegen-x64.cc322 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()
/external/v8/src/ia32/
Dlithium-ia32.cc799 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 …]
Dlithium-codegen-ia32.cc286 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()
Dmacro-assembler-ia32.cc1918 if (info.IsInteger32()) { in ConvertToInt32()
Dcode-stubs-ia32.cc1913 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()
/external/v8/src/arm/
Dlithium-arm.cc805 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 …]
Dlithium-codegen-arm.cc317 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()
/external/v8/src/
Dhydrogen-instructions.cc799 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 …]
Dtype-info.h164 inline bool IsInteger32() { in IsInteger32() function
Dhydrogen-instructions.h280 bool IsInteger32() const { return kind_ == kInteger32; } in IsInteger32() function
952 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()
Dic.cc2039 if (left_type.IsInteger32() && right_type.IsInteger32()) { in GetTypeInfo()
Dhydrogen.cc922 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()
/external/v8/test/cctest/
Dtest-type-info.cc43 TypeInfo::Integer32().ThreeBitRepresentation()).IsInteger32()); in TEST()