Searched refs:exponent_type (Results 1 - 25 of 26) sorted by relevance

12

/external/v8/src/
H A Dcode-stubs.h812 MathPowStub(Isolate* isolate, ExponentType exponent_type)
814 minor_key_ = ExponentTypeBits::encode(exponent_type);
818 if (exponent_type() == TAGGED) {
820 } else if (exponent_type() == INTEGER) {
824 DCHECK_EQ(DOUBLE, exponent_type());
830 ExponentType exponent_type() const {
/external/v8/src/crankshaft/arm64/
H A Dlithium-codegen-arm64.cc3674 Representation exponent_type = instr->hydrogen()->right()->representation(); local
3681 DCHECK(exponent_type.IsInteger32() || !instr->right()->IsRegister() ||
3683 DCHECK(!exponent_type.IsInteger32() ||
3688 if (exponent_type.IsSmi()) {
3691 } else if (exponent_type.IsTagged()) {
3698 } else if (exponent_type.IsInteger32()) {
3705 DCHECK(exponent_type.IsDouble());
H A Dlithium-arm64.cc1818 Representation exponent_type = instr->right()->representation(); local
1822 if (exponent_type.IsInteger32()) {
1824 } else if (exponent_type.IsDouble()) {
/external/v8/src/arm/
H A Dcode-stubs-arm.cc692 if (exponent_type() == TAGGED) {
700 if (exponent_type() != INTEGER) {
722 if (exponent_type() == INTEGER) {
/external/v8/src/mips/
H A Dcode-stubs-mips.cc762 if (exponent_type() == TAGGED) {
770 if (exponent_type() != INTEGER) {
803 if (exponent_type() == INTEGER) {
/external/v8/src/mips64/
H A Dcode-stubs-mips64.cc759 if (exponent_type() == TAGGED) {
767 if (exponent_type() != INTEGER) {
800 if (exponent_type() == INTEGER) {
/external/v8/src/ppc/
H A Dcode-stubs-ppc.cc733 if (exponent_type() == TAGGED) {
741 if (exponent_type() != INTEGER) {
766 if (exponent_type() == INTEGER) {
/external/v8/src/s390/
H A Dcode-stubs-s390.cc710 if (exponent_type() == TAGGED) {
718 if (exponent_type() != INTEGER) {
741 if (exponent_type() == INTEGER) {
/external/v8/src/crankshaft/arm/
H A Dlithium-codegen-arm.cc3406 Representation exponent_type = instr->hydrogen()->right()->representation(); local
3417 if (exponent_type.IsSmi()) {
3420 } else if (exponent_type.IsTagged()) {
3431 } else if (exponent_type.IsInteger32()) {
3435 DCHECK(exponent_type.IsDouble());
H A Dlithium-arm.cc1618 Representation exponent_type = instr->right()->representation(); local
1622 exponent_type.IsDouble()
/external/v8/src/crankshaft/ia32/
H A Dlithium-codegen-ia32.cc3268 Representation exponent_type = instr->hydrogen()->right()->representation(); local
3279 if (exponent_type.IsSmi()) {
3282 } else if (exponent_type.IsTagged()) {
3291 } else if (exponent_type.IsInteger32()) {
3295 DCHECK(exponent_type.IsDouble());
H A Dlithium-ia32.cc1584 Representation exponent_type = instr->right()->representation(); local
1588 exponent_type.IsDouble()
/external/v8/src/crankshaft/mips/
H A Dlithium-codegen-mips.cc3386 Representation exponent_type = instr->hydrogen()->right()->representation(); local
3397 if (exponent_type.IsSmi()) {
3400 } else if (exponent_type.IsTagged()) {
3410 } else if (exponent_type.IsInteger32()) {
3414 DCHECK(exponent_type.IsDouble());
H A Dlithium-mips.cc1565 Representation exponent_type = instr->right()->representation(); local
1569 exponent_type.IsDouble()
/external/v8/src/crankshaft/mips64/
H A Dlithium-codegen-mips64.cc3592 Representation exponent_type = instr->hydrogen()->right()->representation(); local
3603 if (exponent_type.IsSmi()) {
3606 } else if (exponent_type.IsTagged()) {
3616 } else if (exponent_type.IsInteger32()) {
3620 DCHECK(exponent_type.IsDouble());
H A Dlithium-mips64.cc1571 Representation exponent_type = instr->right()->representation(); local
1575 exponent_type.IsDouble()
/external/v8/src/crankshaft/ppc/
H A Dlithium-codegen-ppc.cc3676 Representation exponent_type = instr->hydrogen()->right()->representation(); local
3687 if (exponent_type.IsSmi()) {
3690 } else if (exponent_type.IsTagged()) {
3701 } else if (exponent_type.IsInteger32()) {
3705 DCHECK(exponent_type.IsDouble());
H A Dlithium-ppc.cc1596 Representation exponent_type = instr->right()->representation(); local
1600 exponent_type.IsDouble()
/external/v8/src/crankshaft/s390/
H A Dlithium-codegen-s390.cc3577 Representation exponent_type = instr->hydrogen()->right()->representation(); local
3588 if (exponent_type.IsSmi()) {
3591 } else if (exponent_type.IsTagged()) {
3600 } else if (exponent_type.IsInteger32()) {
3604 DCHECK(exponent_type.IsDouble());
H A Dlithium-s390.cc1439 Representation exponent_type = instr->right()->representation(); local
1442 LOperand* right = exponent_type.IsDouble()
/external/v8/src/crankshaft/x64/
H A Dlithium-codegen-x64.cc3469 Representation exponent_type = instr->hydrogen()->right()->representation(); local
3481 if (exponent_type.IsSmi()) {
3484 } else if (exponent_type.IsTagged()) {
3492 } else if (exponent_type.IsInteger32()) {
3496 DCHECK(exponent_type.IsDouble());
H A Dlithium-x64.cc1590 Representation exponent_type = instr->right()->representation(); local
1594 exponent_type.IsDouble()
/external/v8/src/crankshaft/x87/
H A Dlithium-codegen-x87.cc3520 Representation exponent_type = instr->hydrogen()->right()->representation(); local
3526 if (exponent_type.IsSmi()) {
3533 } else if (exponent_type.IsTagged()) {
3551 } else if (exponent_type.IsInteger32()) {
3558 DCHECK(exponent_type.IsDouble());
/external/v8/src/arm64/
H A Dcode-stubs-arm64.cc697 if (exponent_type() == TAGGED) {
704 if (exponent_type() != INTEGER) {
/external/v8/src/ia32/
H A Dcode-stubs-ia32.cc332 if (exponent_type() == TAGGED) {
342 if (exponent_type() != INTEGER) {

Completed in 1077 milliseconds

12