Home
last modified time | relevance | path

Searched refs:exponent_type (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/
Dcode-stubs.h472 explicit MathPowStub(ExponentType exponent_type) in MathPowStub() argument
473 : exponent_type_(exponent_type) { } in MathPowStub()
/external/v8/src/mips/
Dlithium-mips.cc1440 Representation exponent_type = instr->right()->representation(); in DoPower() local
1443 LOperand* right = exponent_type.IsDouble() ? in DoPower()
Dlithium-codegen-mips.cc3146 Representation exponent_type = instr->hydrogen()->right()->representation(); in DoPower() local
3156 if (exponent_type.IsTagged()) { in DoPower()
3164 } else if (exponent_type.IsInteger32()) { in DoPower()
3168 ASSERT(exponent_type.IsDouble()); in DoPower()
/external/v8/src/x64/
Dlithium-x64.cc1421 Representation exponent_type = instr->right()->representation(); in DoPower() local
1424 LOperand* right = exponent_type.IsDouble() ? in DoPower()
Dlithium-codegen-x64.cc2980 Representation exponent_type = instr->hydrogen()->right()->representation(); in DoPower() local
2997 if (exponent_type.IsTagged()) { in DoPower()
3005 } else if (exponent_type.IsInteger32()) { in DoPower()
3009 ASSERT(exponent_type.IsDouble()); in DoPower()
/external/v8/src/ia32/
Dlithium-ia32.cc1469 Representation exponent_type = instr->right()->representation(); in DoPower() local
1472 LOperand* right = exponent_type.IsDouble() ? in DoPower()
Dlithium-codegen-ia32.cc3029 Representation exponent_type = instr->hydrogen()->right()->representation(); in DoPower() local
3039 if (exponent_type.IsTagged()) { in DoPower()
3047 } else if (exponent_type.IsInteger32()) { in DoPower()
3051 ASSERT(exponent_type.IsDouble()); in DoPower()
/external/v8/src/arm/
Dlithium-arm.cc1439 Representation exponent_type = instr->right()->representation(); in DoPower() local
1442 LOperand* right = exponent_type.IsDouble() ? in DoPower()
Dlithium-codegen-arm.cc3247 Representation exponent_type = instr->hydrogen()->right()->representation(); in DoPower() local
3257 if (exponent_type.IsTagged()) { in DoPower()
3267 } else if (exponent_type.IsInteger32()) { in DoPower()
3271 ASSERT(exponent_type.IsDouble()); in DoPower()