Home
last modified time | relevance | path

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

12

/external/v8/src/crankshaft/x87/
Dlithium-x87.h885 class LMathLog final : public LTemplateInstruction<1, 1, 0> {
887 explicit LMathLog(LOperand* value) { in LMathLog() function
Dlithium-x87.cc1179 return MarkAsCall(DefineSameAsFirst(new(zone()) LMathLog(input)), instr); in DoMathLog()
Dlithium-codegen-x87.cc3677 void LCodeGen::DoMathLog(LMathLog* instr) { in DoMathLog()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h881 class LMathLog final : public LTemplateInstruction<1, 1, 0> {
883 explicit LMathLog(LOperand* value) { in LMathLog() function
Dlithium-mips64.cc1100 return MarkAsCall(DefineFixedDouble(new(zone()) LMathLog(input), f4), instr); in DoMathLog()
Dlithium-codegen-mips64.cc3714 void LCodeGen::DoMathLog(LMathLog* instr) { in DoMathLog()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h886 class LMathLog final : public LTemplateInstruction<1, 1, 0> {
888 explicit LMathLog(LOperand* value) { in LMathLog() function
Dlithium-arm.cc1131 return MarkAsCall(DefineFixedDouble(new(zone()) LMathLog(input), d0), instr); in DoMathLog()
/external/v8/src/crankshaft/s390/
Dlithium-s390.h822 class LMathLog final : public LTemplateInstruction<1, 1, 0> {
824 explicit LMathLog(LOperand* value) { inputs_[0] = value; } in LMathLog() function
Dlithium-s390.cc1042 return MarkAsCall(DefineFixedDouble(new (zone()) LMathLog(input), d0), instr); in DoMathLog()
Dlithium-codegen-s390.cc3689 void LCodeGen::DoMathLog(LMathLog* instr) { in DoShiftI()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h890 class LMathLog final : public LTemplateInstruction<1, 1, 0> {
892 explicit LMathLog(LOperand* value) { in LMathLog() function
Dlithium-x64.cc1163 return MarkAsCall(DefineFixedDouble(new (zone()) LMathLog(input), xmm0), in DoMathLog()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h863 class LMathLog final : public LTemplateInstruction<1, 1, 0> {
865 explicit LMathLog(LOperand* value) { in LMathLog() function
Dlithium-mips.cc1100 return MarkAsCall(DefineFixedDouble(new(zone()) LMathLog(input), f4), instr); in DoMathLog()
Dlithium-codegen-mips.cc3511 void LCodeGen::DoMathLog(LMathLog* instr) { in DoMathLog()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h886 class LMathLog final : public LTemplateInstruction<1, 1, 0> {
888 explicit LMathLog(LOperand* value) { inputs_[0] = value; } in LMathLog() function
Dlithium-ppc.cc1154 return MarkAsCall(DefineFixedDouble(new (zone()) LMathLog(input), d0), instr); in DoMathLog()
Dlithium-codegen-ppc.cc3794 void LCodeGen::DoMathLog(LMathLog* instr) { in DoShiftI()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h893 class LMathLog final : public LTemplateInstruction<1, 1, 0> {
895 explicit LMathLog(LOperand* value) { in LMathLog() function
Dlithium-ia32.cc1174 return MarkAsCall(DefineSameAsFirst(new(zone()) LMathLog(input)), instr); in DoMathLog()
Dlithium-codegen-ia32.cc3397 void LCodeGen::DoMathLog(LMathLog* instr) { in DoMathLog()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h1843 class LMathLog final : public LUnaryMathOperation<0> {
1845 explicit LMathLog(LOperand* value) : LUnaryMathOperation<0>(value) { } in LMathLog() function
Dlithium-arm64.cc2489 LMathLog* result = new(zone()) LMathLog(input); in DoUnaryMathOperation()
Dlithium-codegen-arm64.cc3720 void LCodeGen::DoMathLog(LMathLog* instr) { in DoMathLog()

12