/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 885 class LMathLog final : public LTemplateInstruction<1, 1, 0> { 887 explicit LMathLog(LOperand* value) { in LMathLog() function
|
D | lithium-x87.cc | 1179 return MarkAsCall(DefineSameAsFirst(new(zone()) LMathLog(input)), instr); in DoMathLog()
|
D | lithium-codegen-x87.cc | 3677 void LCodeGen::DoMathLog(LMathLog* instr) { in DoMathLog()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 881 class LMathLog final : public LTemplateInstruction<1, 1, 0> { 883 explicit LMathLog(LOperand* value) { in LMathLog() function
|
D | lithium-mips64.cc | 1100 return MarkAsCall(DefineFixedDouble(new(zone()) LMathLog(input), f4), instr); in DoMathLog()
|
D | lithium-codegen-mips64.cc | 3714 void LCodeGen::DoMathLog(LMathLog* instr) { in DoMathLog()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 886 class LMathLog final : public LTemplateInstruction<1, 1, 0> { 888 explicit LMathLog(LOperand* value) { in LMathLog() function
|
D | lithium-arm.cc | 1131 return MarkAsCall(DefineFixedDouble(new(zone()) LMathLog(input), d0), instr); in DoMathLog()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.h | 822 class LMathLog final : public LTemplateInstruction<1, 1, 0> { 824 explicit LMathLog(LOperand* value) { inputs_[0] = value; } in LMathLog() function
|
D | lithium-s390.cc | 1042 return MarkAsCall(DefineFixedDouble(new (zone()) LMathLog(input), d0), instr); in DoMathLog()
|
D | lithium-codegen-s390.cc | 3689 void LCodeGen::DoMathLog(LMathLog* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 890 class LMathLog final : public LTemplateInstruction<1, 1, 0> { 892 explicit LMathLog(LOperand* value) { in LMathLog() function
|
D | lithium-x64.cc | 1163 return MarkAsCall(DefineFixedDouble(new (zone()) LMathLog(input), xmm0), in DoMathLog()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 863 class LMathLog final : public LTemplateInstruction<1, 1, 0> { 865 explicit LMathLog(LOperand* value) { in LMathLog() function
|
D | lithium-mips.cc | 1100 return MarkAsCall(DefineFixedDouble(new(zone()) LMathLog(input), f4), instr); in DoMathLog()
|
D | lithium-codegen-mips.cc | 3511 void LCodeGen::DoMathLog(LMathLog* instr) { in DoMathLog()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 886 class LMathLog final : public LTemplateInstruction<1, 1, 0> { 888 explicit LMathLog(LOperand* value) { inputs_[0] = value; } in LMathLog() function
|
D | lithium-ppc.cc | 1154 return MarkAsCall(DefineFixedDouble(new (zone()) LMathLog(input), d0), instr); in DoMathLog()
|
D | lithium-codegen-ppc.cc | 3794 void LCodeGen::DoMathLog(LMathLog* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 893 class LMathLog final : public LTemplateInstruction<1, 1, 0> { 895 explicit LMathLog(LOperand* value) { in LMathLog() function
|
D | lithium-ia32.cc | 1174 return MarkAsCall(DefineSameAsFirst(new(zone()) LMathLog(input)), instr); in DoMathLog()
|
D | lithium-codegen-ia32.cc | 3397 void LCodeGen::DoMathLog(LMathLog* instr) { in DoMathLog()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 1843 class LMathLog final : public LUnaryMathOperation<0> { 1845 explicit LMathLog(LOperand* value) : LUnaryMathOperation<0>(value) { } in LMathLog() function
|
D | lithium-arm64.cc | 2489 LMathLog* result = new(zone()) LMathLog(input); in DoUnaryMathOperation()
|
D | lithium-codegen-arm64.cc | 3720 void LCodeGen::DoMathLog(LMathLog* instr) { in DoMathLog()
|