/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 891 class LMathExp final : public LTemplateInstruction<1, 1, 3> { 893 LMathExp(LOperand* value, LOperand* double_temp, LOperand* temp1, in LMathExp() function
|
D | lithium-ppc.cc | 1201 LMathExp* result = new (zone()) LMathExp(input, double_temp, temp1, temp2); in DoMathExp()
|
D | lithium-codegen-ppc.cc | 3821 void LCodeGen::DoMathExp(LMathExp* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 906 class LMathExp final : public LTemplateInstruction<1, 1, 2> { 908 LMathExp(LOperand* value, in LMathExp() function
|
D | lithium-ia32.cc | 1229 LMathExp* result = new(zone()) LMathExp(value, temp1, temp2); in DoMathExp()
|
D | lithium-codegen-ia32.cc | 3628 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 897 class LMathExp final : public LTemplateInstruction<1, 1, 3> { 899 LMathExp(LOperand* value, in LMathExp() function
|
D | lithium-mips.cc | 1161 LMathExp* result = new(zone()) LMathExp(input, double_temp, temp1, temp2); in DoMathExp()
|
D | lithium-codegen-mips.cc | 3580 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 903 class LMathExp final : public LTemplateInstruction<1, 1, 2> { 905 LMathExp(LOperand* value, LOperand* temp1, LOperand* temp2) { in LMathExp() function
|
D | lithium-x64.cc | 1211 LMathExp* result = new(zone()) LMathExp(value, temp1, temp2); in DoMathExp()
|
D | lithium-codegen-x64.cc | 3674 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 920 class LMathExp final : public LTemplateInstruction<1, 1, 2> { 922 LMathExp(LOperand* value, in LMathExp() function
|
D | lithium-x87.cc | 1237 LMathExp* result = new(zone()) LMathExp(value, temp1, temp2); in DoMathExp()
|
D | lithium-codegen-x87.cc | 3929 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 915 class LMathExp final : public LTemplateInstruction<1, 1, 3> { 917 LMathExp(LOperand* value, in LMathExp() function
|
D | lithium-mips64.cc | 1161 LMathExp* result = new(zone()) LMathExp(input, double_temp, temp1, temp2); in DoMathExp()
|
D | lithium-codegen-mips64.cc | 3785 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 921 class LMathExp final : public LTemplateInstruction<1, 1, 3> { 923 LMathExp(LOperand* value, in LMathExp() function
|
D | lithium-arm.cc | 1192 LMathExp* result = new(zone()) LMathExp(input, double_temp, temp1, temp2); in DoMathExp()
|
D | lithium-codegen-arm.cc | 3594 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 1852 class LMathExp final : public LUnaryMathOperation<4> { 1854 LMathExp(LOperand* value, in LMathExp() function
|
D | lithium-arm64.cc | 2585 LMathExp* result = new(zone()) LMathExp(input, double_temp1, in DoUnaryMathOperation()
|
D | lithium-codegen-arm64.cc | 3563 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp()
|