Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h882 class LMathLog final : public LTemplateInstruction<1, 1, 0> {
884 explicit LMathLog(LOperand* value) { in LMathLog() function
Dlithium-ia32.cc1212 return MarkAsCall(DefineSameAsFirst(new(zone()) LMathLog(input)), instr); in DoMathLog()
Dlithium-codegen-ia32.cc3591 void LCodeGen::DoMathLog(LMathLog* instr) { in DoMathLog()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h896 class LMathLog final : public LTemplateInstruction<1, 1, 0> {
898 explicit LMathLog(LOperand* value) { in LMathLog() function
Dlithium-x87.cc1220 return MarkAsCall(DefineSameAsFirst(new(zone()) LMathLog(input)), instr); in DoMathLog()
Dlithium-codegen-x87.cc3882 void LCodeGen::DoMathLog(LMathLog* instr) { in DoMathLog()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h873 class LMathLog final : public LTemplateInstruction<1, 1, 0> {
875 explicit LMathLog(LOperand* value) { in LMathLog() function
Dlithium-mips.cc1143 return MarkAsCall(DefineFixedDouble(new(zone()) LMathLog(input), f4), instr); in DoMathLog()
Dlithium-codegen-mips.cc3594 void LCodeGen::DoMathLog(LMathLog* instr) { in DoMathLog()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h879 class LMathLog final : public LTemplateInstruction<1, 1, 0> {
881 explicit LMathLog(LOperand* value) { in LMathLog() function
Dlithium-x64.cc1194 return MarkAsCall(DefineSameAsFirst(new(zone()) LMathLog(input)), instr); in DoMathLog()
Dlithium-codegen-x64.cc3685 void LCodeGen::DoMathLog(LMathLog* instr) { in DoMathLog()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h897 class LMathLog final : public LTemplateInstruction<1, 1, 0> {
899 explicit LMathLog(LOperand* value) { in LMathLog() function
Dlithium-arm.cc1174 return MarkAsCall(DefineFixedDouble(new(zone()) LMathLog(input), d0), instr); in DoMathLog()
Dlithium-codegen-arm.cc3608 void LCodeGen::DoMathLog(LMathLog* instr) { in DoMathLog()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h891 class LMathLog final : public LTemplateInstruction<1, 1, 0> {
893 explicit LMathLog(LOperand* value) { in LMathLog() function
Dlithium-mips64.cc1143 return MarkAsCall(DefineFixedDouble(new(zone()) LMathLog(input), f4), instr); in DoMathLog()
Dlithium-codegen-mips64.cc3799 void LCodeGen::DoMathLog(LMathLog* instr) { in DoMathLog()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h871 class LMathLog final : public LTemplateInstruction<1, 1, 0> {
873 explicit LMathLog(LOperand* value) { inputs_[0] = value; } in LMathLog() function
Dlithium-ppc.cc1183 return MarkAsCall(DefineFixedDouble(new (zone()) LMathLog(input), d1), instr); in DoMathLog()
Dlithium-codegen-ppc.cc3834 void LCodeGen::DoMathLog(LMathLog* instr) { in DoShiftI()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h1948 class LMathLog final : public LUnaryMathOperation<0> {
1950 explicit LMathLog(LOperand* value) : LUnaryMathOperation<0>(value) { } in LMathLog() function
Dlithium-arm64.cc2605 LMathLog* result = new(zone()) LMathLog(input); in DoUnaryMathOperation()
Dlithium-codegen-arm64.cc3740 void LCodeGen::DoMathLog(LMathLog* instr) { in DoMathLog()