/external/v8/src/ |
D | code-stubs.h | 812 MathPowStub(Isolate* isolate, ExponentType exponent_type) in MathPowStub() argument 814 minor_key_ = ExponentTypeBits::encode(exponent_type); in MathPowStub() 818 if (exponent_type() == TAGGED) { in GetCallInterfaceDescriptor() 820 } else if (exponent_type() == INTEGER) { in GetCallInterfaceDescriptor() 824 DCHECK_EQ(DOUBLE, exponent_type()); in GetCallInterfaceDescriptor() 830 ExponentType exponent_type() const { in exponent_type() function
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-codegen-arm64.cc | 3674 Representation exponent_type = instr->hydrogen()->right()->representation(); in DoPower() local 3681 DCHECK(exponent_type.IsInteger32() || !instr->right()->IsRegister() || in DoPower() 3683 DCHECK(!exponent_type.IsInteger32() || in DoPower() 3688 if (exponent_type.IsSmi()) { in DoPower() 3691 } else if (exponent_type.IsTagged()) { in DoPower() 3698 } else if (exponent_type.IsInteger32()) { in DoPower() 3705 DCHECK(exponent_type.IsDouble()); in DoPower()
|
D | lithium-arm64.cc | 1818 Representation exponent_type = instr->right()->representation(); in DoPower() local 1822 if (exponent_type.IsInteger32()) { in DoPower() 1824 } else if (exponent_type.IsDouble()) { in DoPower()
|
/external/v8/src/ppc/ |
D | code-stubs-ppc.cc | 733 if (exponent_type() == TAGGED) { in Generate() 741 if (exponent_type() != INTEGER) { in Generate() 766 if (exponent_type() == INTEGER) { in Generate()
|
/external/v8/src/s390/ |
D | code-stubs-s390.cc | 710 if (exponent_type() == TAGGED) { in Generate() 718 if (exponent_type() != INTEGER) { in Generate() 741 if (exponent_type() == INTEGER) { in Generate()
|
/external/v8/src/arm/ |
D | code-stubs-arm.cc | 692 if (exponent_type() == TAGGED) { in Generate() 700 if (exponent_type() != INTEGER) { in Generate() 722 if (exponent_type() == INTEGER) { in Generate()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.cc | 3268 Representation exponent_type = instr->hydrogen()->right()->representation(); in DoPower() local 3279 if (exponent_type.IsSmi()) { in DoPower() 3282 } else if (exponent_type.IsTagged()) { in DoPower() 3291 } else if (exponent_type.IsInteger32()) { in DoPower() 3295 DCHECK(exponent_type.IsDouble()); in DoPower()
|
D | lithium-ia32.cc | 1584 Representation exponent_type = instr->right()->representation(); in DoPower() local 1588 exponent_type.IsDouble() in DoPower()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-codegen-arm.cc | 3406 Representation exponent_type = instr->hydrogen()->right()->representation(); in DoPower() local 3417 if (exponent_type.IsSmi()) { in DoPower() 3420 } else if (exponent_type.IsTagged()) { in DoPower() 3431 } else if (exponent_type.IsInteger32()) { in DoPower() 3435 DCHECK(exponent_type.IsDouble()); in DoPower()
|
D | lithium-arm.cc | 1618 Representation exponent_type = instr->right()->representation(); in DoPower() local 1622 exponent_type.IsDouble() in DoPower()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.cc | 3469 Representation exponent_type = instr->hydrogen()->right()->representation(); in DoPower() local 3481 if (exponent_type.IsSmi()) { in DoPower() 3484 } else if (exponent_type.IsTagged()) { in DoPower() 3492 } else if (exponent_type.IsInteger32()) { in DoPower() 3496 DCHECK(exponent_type.IsDouble()); in DoPower()
|
D | lithium-x64.cc | 1590 Representation exponent_type = instr->right()->representation(); in DoPower() local 1594 exponent_type.IsDouble() in DoPower()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-codegen-mips.cc | 3386 Representation exponent_type = instr->hydrogen()->right()->representation(); in DoPower() local 3397 if (exponent_type.IsSmi()) { in DoPower() 3400 } else if (exponent_type.IsTagged()) { in DoPower() 3410 } else if (exponent_type.IsInteger32()) { in DoPower() 3414 DCHECK(exponent_type.IsDouble()); in DoPower()
|
D | lithium-mips.cc | 1565 Representation exponent_type = instr->right()->representation(); in DoPower() local 1569 exponent_type.IsDouble() in DoPower()
|
/external/v8/src/mips64/ |
D | code-stubs-mips64.cc | 759 if (exponent_type() == TAGGED) { in Generate() 767 if (exponent_type() != INTEGER) { in Generate() 800 if (exponent_type() == INTEGER) { in Generate()
|
/external/v8/src/mips/ |
D | code-stubs-mips.cc | 762 if (exponent_type() == TAGGED) { in Generate() 770 if (exponent_type() != INTEGER) { in Generate() 803 if (exponent_type() == INTEGER) { in Generate()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.cc | 1571 Representation exponent_type = instr->right()->representation(); in DoPower() local 1575 exponent_type.IsDouble() in DoPower()
|
D | lithium-codegen-mips64.cc | 3592 Representation exponent_type = instr->hydrogen()->right()->representation(); in DoPower() local 3603 if (exponent_type.IsSmi()) { in DoPower() 3606 } else if (exponent_type.IsTagged()) { in DoPower() 3616 } else if (exponent_type.IsInteger32()) { in DoPower() 3620 DCHECK(exponent_type.IsDouble()); in DoPower()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.cc | 1596 Representation exponent_type = instr->right()->representation(); in DoPower() local 1600 exponent_type.IsDouble() in DoPower()
|
D | lithium-codegen-ppc.cc | 3676 Representation exponent_type = instr->hydrogen()->right()->representation(); in DoShiftI() local 3687 if (exponent_type.IsSmi()) { in DoShiftI() 3690 } else if (exponent_type.IsTagged()) { in DoShiftI() 3701 } else if (exponent_type.IsInteger32()) { in DoShiftI() 3705 DCHECK(exponent_type.IsDouble()); in DoShiftI()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.cc | 1439 Representation exponent_type = instr->right()->representation(); in DoPower() local 1442 LOperand* right = exponent_type.IsDouble() in DoPower()
|
D | lithium-codegen-s390.cc | 3577 Representation exponent_type = instr->hydrogen()->right()->representation(); in DoShiftI() local 3588 if (exponent_type.IsSmi()) { in DoShiftI() 3591 } else if (exponent_type.IsTagged()) { in DoShiftI() 3600 } else if (exponent_type.IsInteger32()) { in DoShiftI() 3604 DCHECK(exponent_type.IsDouble()); in DoShiftI()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.cc | 3520 Representation exponent_type = instr->hydrogen()->right()->representation(); in DoPower() local 3526 if (exponent_type.IsSmi()) { in DoPower() 3533 } else if (exponent_type.IsTagged()) { in DoPower() 3551 } else if (exponent_type.IsInteger32()) { in DoPower() 3558 DCHECK(exponent_type.IsDouble()); in DoPower()
|
/external/v8/src/x64/ |
D | code-stubs-x64.cc | 224 if (exponent_type() == TAGGED) { in Generate() 233 if (exponent_type() != INTEGER) { in Generate()
|
/external/v8/src/arm64/ |
D | code-stubs-arm64.cc | 697 if (exponent_type() == TAGGED) { in Generate() 704 if (exponent_type() != INTEGER) { in Generate()
|