Home
last modified time | relevance | path

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

12

/external/v8/src/crankshaft/x87/
Dlithium-x87.h926 class LMathExp final : public LTemplateInstruction<1, 1, 0> {
928 explicit LMathExp(LOperand* value) { inputs_[0] = value; } in LMathExp() function
Dlithium-x87.cc1207 return MarkAsCall(DefineSameAsFirst(new (zone()) LMathExp(input)), instr); in DoMathExp()
Dlithium-codegen-x87.cc3728 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h922 class LMathExp final : public LTemplateInstruction<1, 1, 0> {
924 explicit LMathExp(LOperand* value) { inputs_[0] = value; } in LMathExp() function
Dlithium-mips64.cc1128 return MarkAsCall(DefineFixedDouble(new (zone()) LMathExp(input), f4), instr); in DoMathExp()
Dlithium-codegen-mips64.cc3706 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h927 class LMathExp final : public LTemplateInstruction<1, 1, 0> {
929 explicit LMathExp(LOperand* value) { inputs_[0] = value; } in LMathExp() function
Dlithium-arm.cc1159 return MarkAsCall(DefineFixedDouble(new (zone()) LMathExp(input), d0), instr); in DoMathExp()
/external/v8/src/crankshaft/s390/
Dlithium-s390.h858 class LMathExp final : public LTemplateInstruction<1, 1, 0> {
860 explicit LMathExp(LOperand* value) { inputs_[0] = value; } in LMathExp() function
Dlithium-s390.cc1069 return MarkAsCall(DefineFixedDouble(new (zone()) LMathExp(input), d0), instr); in DoMathExp()
Dlithium-codegen-s390.cc3682 void LCodeGen::DoMathExp(LMathExp* instr) { in DoShiftI()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h922 class LMathExp final : public LTemplateInstruction<1, 1, 0> {
924 explicit LMathExp(LOperand* value) { inputs_[0] = value; } in LMathExp() function
Dlithium-x64.cc1186 return MarkAsCall(DefineFixedDouble(new (zone()) LMathExp(input), xmm0), in DoMathExp()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h904 class LMathExp final : public LTemplateInstruction<1, 1, 0> {
906 explicit LMathExp(LOperand* value) { inputs_[0] = value; } in LMathExp() function
Dlithium-mips.cc1128 return MarkAsCall(DefineFixedDouble(new (zone()) LMathExp(input), f4), instr); in DoMathExp()
Dlithium-codegen-mips.cc3503 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h925 class LMathExp final : public LTemplateInstruction<1, 1, 0> {
927 explicit LMathExp(LOperand* value) { inputs_[0] = value; } in LMathExp() function
Dlithium-ppc.cc1182 return MarkAsCall(DefineFixedDouble(new (zone()) LMathExp(input), d0), instr); in DoMathExp()
Dlithium-codegen-ppc.cc3787 void LCodeGen::DoMathExp(LMathExp* instr) { in DoShiftI()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h934 class LMathExp final : public LTemplateInstruction<1, 1, 0> {
936 explicit LMathExp(LOperand* value) { inputs_[0] = value; } in LMathExp() function
Dlithium-ia32.cc1202 return MarkAsCall(DefineSameAsFirst(new (zone()) LMathExp(input)), instr); in DoMathExp()
Dlithium-codegen-ia32.cc3450 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h1763 class LMathExp final : public LUnaryMathOperation<0> {
1765 explicit LMathExp(LOperand* value) : LUnaryMathOperation<0>(value) {} in LMathExp() function
Dlithium-arm64.cc2470 LMathExp* result = new (zone()) LMathExp(input); in DoUnaryMathOperation()
Dlithium-codegen-arm64.cc3550 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp()

12