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

/external/v8/src/
H A Dcode-stubs.h762 MathPowStub(Isolate* isolate, ExponentType exponent_type)
764 minor_key_ = ExponentTypeBits::encode(exponent_type);
768 if (exponent_type() == TAGGED) {
770 } else if (exponent_type() == INTEGER) {
778 ExponentType exponent_type() const {
/external/v8/src/arm/
H A Dcode-stubs-arm.cc779 if (exponent_type() == ON_STACK) {
809 } else if (exponent_type() == TAGGED) {
817 if (exponent_type() != INTEGER) {
827 if (exponent_type() == ON_STACK) {
892 if (exponent_type() == INTEGER) {
928 if (exponent_type() == ON_STACK) {
H A Dlithium-codegen-arm.cc3887 Representation exponent_type = instr->hydrogen()->right()->representation(); local
3898 if (exponent_type.IsSmi()) {
3901 } else if (exponent_type.IsTagged()) {
3912 } else if (exponent_type.IsInteger32()) {
3916 DCHECK(exponent_type.IsDouble());
H A Dlithium-arm.cc1685 Representation exponent_type = instr->right()->representation(); local
1689 exponent_type.IsDouble()
/external/v8/src/arm64/
H A Dlithium-codegen-arm64.cc4076 Representation exponent_type = instr->hydrogen()->right()->representation(); local
4083 DCHECK(exponent_type.IsInteger32() || !instr->right()->IsRegister() ||
4085 DCHECK(!exponent_type.IsInteger32() ||
4090 if (exponent_type.IsSmi()) {
4093 } else if (exponent_type.IsTagged()) {
4100 } else if (exponent_type.IsInteger32()) {
4107 DCHECK(exponent_type.IsDouble());
H A Dcode-stubs-arm64.cc746 if (exponent_type() == ON_STACK) {
770 } else if (exponent_type() == TAGGED) {
777 if (exponent_type() != INTEGER) {
783 if (exponent_type() == ON_STACK) {
934 if (exponent_type() == ON_STACK) {
H A Dlithium-arm64.cc2010 Representation exponent_type = instr->right()->representation(); local
2014 if (exponent_type.IsInteger32()) {
2016 } else if (exponent_type.IsDouble()) {
/external/v8/src/ia32/
H A Dcode-stubs-ia32.cc399 if (exponent_type() == ON_STACK) {
430 } else if (exponent_type() == TAGGED) {
440 if (exponent_type() != INTEGER) {
454 if (exponent_type() == ON_STACK) {
616 if (exponent_type() == ON_STACK) {
H A Dlithium-codegen-ia32.cc3789 Representation exponent_type = instr->hydrogen()->right()->representation(); local
3800 if (exponent_type.IsSmi()) {
3803 } else if (exponent_type.IsTagged()) {
3812 } else if (exponent_type.IsInteger32()) {
3816 DCHECK(exponent_type.IsDouble());
H A Dlithium-ia32.cc1646 Representation exponent_type = instr->right()->representation(); local
1650 exponent_type.IsDouble()
/external/v8/src/x64/
H A Dcode-stubs-x64.cc278 if (exponent_type() == ON_STACK) {
308 } else if (exponent_type() == TAGGED) {
317 if (exponent_type() != INTEGER) {
332 if (exponent_type() == ON_STACK) {
491 if (exponent_type() == ON_STACK) {
H A Dlithium-codegen-x64.cc3886 Representation exponent_type = instr->hydrogen()->right()->representation(); local
3898 if (exponent_type.IsSmi()) {
3901 } else if (exponent_type.IsTagged()) {
3909 } else if (exponent_type.IsInteger32()) {
3913 DCHECK(exponent_type.IsDouble());
H A Dlithium-x64.cc1629 Representation exponent_type = instr->right()->representation(); local
1633 exponent_type.IsDouble()
/external/v8/src/mips/
H A Dcode-stubs-mips.cc853 if (exponent_type() == ON_STACK) {
881 } else if (exponent_type() == TAGGED) {
889 if (exponent_type() != INTEGER) {
902 if (exponent_type() == ON_STACK) {
971 if (exponent_type() == INTEGER) {
1019 if (exponent_type() == ON_STACK) {
H A Dlithium-codegen-mips.cc3844 Representation exponent_type = instr->hydrogen()->right()->representation(); local
3855 if (exponent_type.IsSmi()) {
3858 } else if (exponent_type.IsTagged()) {
3868 } else if (exponent_type.IsInteger32()) {
3872 DCHECK(exponent_type.IsDouble());
H A Dlithium-mips.cc1634 Representation exponent_type = instr->right()->representation(); local
1638 exponent_type.IsDouble()
/external/v8/src/mips64/
H A Dcode-stubs-mips64.cc848 if (exponent_type() == ON_STACK) {
876 } else if (exponent_type() == TAGGED) {
884 if (exponent_type() != INTEGER) {
897 if (exponent_type() == ON_STACK) {
966 if (exponent_type() == INTEGER) {
1014 if (exponent_type() == ON_STACK) {
H A Dlithium-mips64.cc1635 Representation exponent_type = instr->right()->representation(); local
1639 exponent_type.IsDouble()
H A Dlithium-codegen-mips64.cc3876 Representation exponent_type = instr->hydrogen()->right()->representation(); local
3887 if (exponent_type.IsSmi()) {
3890 } else if (exponent_type.IsTagged()) {
3900 } else if (exponent_type.IsInteger32()) {
3904 DCHECK(exponent_type.IsDouble());
/external/v8/src/x87/
H A Dlithium-codegen-x87.cc4114 Representation exponent_type = instr->hydrogen()->right()->representation(); local
4120 if (exponent_type.IsSmi()) {
4127 } else if (exponent_type.IsTagged()) {
4145 } else if (exponent_type.IsInteger32()) {
4152 DCHECK(exponent_type.IsDouble());

Completed in 368 milliseconds