/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 882 class LMathLog final : public LTemplateInstruction<1, 1, 0> { 884 explicit LMathLog(LOperand* value) { in LMathLog() function
|
D | lithium-ia32.cc | 1212 return MarkAsCall(DefineSameAsFirst(new(zone()) LMathLog(input)), instr); in DoMathLog()
|
D | lithium-codegen-ia32.cc | 3591 void LCodeGen::DoMathLog(LMathLog* instr) { in DoMathLog()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 896 class LMathLog final : public LTemplateInstruction<1, 1, 0> { 898 explicit LMathLog(LOperand* value) { in LMathLog() function
|
D | lithium-x87.cc | 1220 return MarkAsCall(DefineSameAsFirst(new(zone()) LMathLog(input)), instr); in DoMathLog()
|
D | lithium-codegen-x87.cc | 3882 void LCodeGen::DoMathLog(LMathLog* instr) { in DoMathLog()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 873 class LMathLog final : public LTemplateInstruction<1, 1, 0> { 875 explicit LMathLog(LOperand* value) { in LMathLog() function
|
D | lithium-mips.cc | 1143 return MarkAsCall(DefineFixedDouble(new(zone()) LMathLog(input), f4), instr); in DoMathLog()
|
D | lithium-codegen-mips.cc | 3594 void LCodeGen::DoMathLog(LMathLog* instr) { in DoMathLog()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 879 class LMathLog final : public LTemplateInstruction<1, 1, 0> { 881 explicit LMathLog(LOperand* value) { in LMathLog() function
|
D | lithium-x64.cc | 1194 return MarkAsCall(DefineSameAsFirst(new(zone()) LMathLog(input)), instr); in DoMathLog()
|
D | lithium-codegen-x64.cc | 3685 void LCodeGen::DoMathLog(LMathLog* instr) { in DoMathLog()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 897 class LMathLog final : public LTemplateInstruction<1, 1, 0> { 899 explicit LMathLog(LOperand* value) { in LMathLog() function
|
D | lithium-arm.cc | 1174 return MarkAsCall(DefineFixedDouble(new(zone()) LMathLog(input), d0), instr); in DoMathLog()
|
D | lithium-codegen-arm.cc | 3608 void LCodeGen::DoMathLog(LMathLog* instr) { in DoMathLog()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 891 class LMathLog final : public LTemplateInstruction<1, 1, 0> { 893 explicit LMathLog(LOperand* value) { in LMathLog() function
|
D | lithium-mips64.cc | 1143 return MarkAsCall(DefineFixedDouble(new(zone()) LMathLog(input), f4), instr); in DoMathLog()
|
D | lithium-codegen-mips64.cc | 3799 void LCodeGen::DoMathLog(LMathLog* instr) { in DoMathLog()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 871 class LMathLog final : public LTemplateInstruction<1, 1, 0> { 873 explicit LMathLog(LOperand* value) { inputs_[0] = value; } in LMathLog() function
|
D | lithium-ppc.cc | 1183 return MarkAsCall(DefineFixedDouble(new (zone()) LMathLog(input), d1), instr); in DoMathLog()
|
D | lithium-codegen-ppc.cc | 3834 void LCodeGen::DoMathLog(LMathLog* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 1948 class LMathLog final : public LUnaryMathOperation<0> { 1950 explicit LMathLog(LOperand* value) : LUnaryMathOperation<0>(value) { } in LMathLog() function
|
D | lithium-arm64.cc | 2605 LMathLog* result = new(zone()) LMathLog(input); in DoUnaryMathOperation()
|
D | lithium-codegen-arm64.cc | 3740 void LCodeGen::DoMathLog(LMathLog* instr) { in DoMathLog()
|