Home
last modified time | relevance | path

Searched refs:LMathExp (Results 1 – 24 of 24) sorted by relevance

/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h891 class LMathExp final : public LTemplateInstruction<1, 1, 3> {
893 LMathExp(LOperand* value, LOperand* double_temp, LOperand* temp1, in LMathExp() function
Dlithium-ppc.cc1201 LMathExp* result = new (zone()) LMathExp(input, double_temp, temp1, temp2); in DoMathExp()
Dlithium-codegen-ppc.cc3821 void LCodeGen::DoMathExp(LMathExp* instr) { in DoShiftI()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h906 class LMathExp final : public LTemplateInstruction<1, 1, 2> {
908 LMathExp(LOperand* value, in LMathExp() function
Dlithium-ia32.cc1229 LMathExp* result = new(zone()) LMathExp(value, temp1, temp2); in DoMathExp()
Dlithium-codegen-ia32.cc3628 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h897 class LMathExp final : public LTemplateInstruction<1, 1, 3> {
899 LMathExp(LOperand* value, in LMathExp() function
Dlithium-mips.cc1161 LMathExp* result = new(zone()) LMathExp(input, double_temp, temp1, temp2); in DoMathExp()
Dlithium-codegen-mips.cc3580 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h903 class LMathExp final : public LTemplateInstruction<1, 1, 2> {
905 LMathExp(LOperand* value, LOperand* temp1, LOperand* temp2) { in LMathExp() function
Dlithium-x64.cc1211 LMathExp* result = new(zone()) LMathExp(value, temp1, temp2); in DoMathExp()
Dlithium-codegen-x64.cc3674 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h920 class LMathExp final : public LTemplateInstruction<1, 1, 2> {
922 LMathExp(LOperand* value, in LMathExp() function
Dlithium-x87.cc1237 LMathExp* result = new(zone()) LMathExp(value, temp1, temp2); in DoMathExp()
Dlithium-codegen-x87.cc3929 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h915 class LMathExp final : public LTemplateInstruction<1, 1, 3> {
917 LMathExp(LOperand* value, in LMathExp() function
Dlithium-mips64.cc1161 LMathExp* result = new(zone()) LMathExp(input, double_temp, temp1, temp2); in DoMathExp()
Dlithium-codegen-mips64.cc3785 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h921 class LMathExp final : public LTemplateInstruction<1, 1, 3> {
923 LMathExp(LOperand* value, in LMathExp() function
Dlithium-arm.cc1192 LMathExp* result = new(zone()) LMathExp(input, double_temp, temp1, temp2); in DoMathExp()
Dlithium-codegen-arm.cc3594 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h1852 class LMathExp final : public LUnaryMathOperation<4> {
1854 LMathExp(LOperand* value, in LMathExp() function
Dlithium-arm64.cc2585 LMathExp* result = new(zone()) LMathExp(input, double_temp1, in DoUnaryMathOperation()
Dlithium-codegen-arm64.cc3563 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp()