Searched refs:LMathLog (Results 1 – 21 of 21) sorted by relevance
/external/v8/src/ia32/ |
D | lithium-ia32.h | 917 class LMathLog FINAL : public LTemplateInstruction<1, 1, 0> { 919 explicit LMathLog(LOperand* value) { in LMathLog() function
|
D | lithium-ia32.cc | 1222 return MarkAsCall(DefineSameAsFirst(new(zone()) LMathLog(input)), instr); in DoMathLog()
|
D | lithium-codegen-ia32.cc | 3823 void LCodeGen::DoMathLog(LMathLog* instr) { in DoMathLog()
|
/external/v8/src/x87/ |
D | lithium-x87.h | 933 class LMathLog FINAL : public LTemplateInstruction<1, 1, 0> { 935 explicit LMathLog(LOperand* value) { in LMathLog() function
|
D | lithium-x87.cc | 1231 return MarkAsCall(DefineSameAsFirst(new(zone()) LMathLog(input)), instr); in DoMathLog()
|
D | lithium-codegen-x87.cc | 4184 void LCodeGen::DoMathLog(LMathLog* instr) { in DoMathLog()
|
/external/v8/src/x64/ |
D | lithium-x64.h | 915 class LMathLog FINAL : public LTemplateInstruction<1, 1, 0> { 917 explicit LMathLog(LOperand* value) { in LMathLog() function
|
D | lithium-x64.cc | 1202 return MarkAsCall(DefineSameAsFirst(new(zone()) LMathLog(input)), instr); in DoMathLog()
|
D | lithium-codegen-x64.cc | 3931 void LCodeGen::DoMathLog(LMathLog* instr) { in DoMathLog()
|
/external/v8/src/mips64/ |
D | lithium-mips64.h | 907 class LMathLog FINAL : public LTemplateInstruction<1, 1, 0> { 909 explicit LMathLog(LOperand* value) { in LMathLog() function
|
D | lithium-mips64.cc | 1153 return MarkAsCall(DefineFixedDouble(new(zone()) LMathLog(input), f4), instr); in DoMathLog()
|
D | lithium-codegen-mips64.cc | 3925 void LCodeGen::DoMathLog(LMathLog* instr) { in DoMathLog()
|
/external/v8/src/mips/ |
D | lithium-mips.h | 908 class LMathLog FINAL : public LTemplateInstruction<1, 1, 0> { 910 explicit LMathLog(LOperand* value) { in LMathLog() function
|
D | lithium-mips.cc | 1153 return MarkAsCall(DefineFixedDouble(new(zone()) LMathLog(input), f4), instr); in DoMathLog()
|
D | lithium-codegen-mips.cc | 3893 void LCodeGen::DoMathLog(LMathLog* instr) { in DoMathLog()
|
/external/v8/src/arm/ |
D | lithium-arm.h | 929 class LMathLog FINAL : public LTemplateInstruction<1, 1, 0> { 931 explicit LMathLog(LOperand* value) { in LMathLog() function
|
D | lithium-arm.cc | 1184 return MarkAsCall(DefineFixedDouble(new(zone()) LMathLog(input), d0), instr); in DoMathLog()
|
D | lithium-codegen-arm.cc | 3937 void LCodeGen::DoMathLog(LMathLog* instr) { in DoMathLog()
|
/external/v8/src/arm64/ |
D | lithium-arm64.h | 2048 class LMathLog FINAL : public LUnaryMathOperation<0> { 2050 explicit LMathLog(LOperand* value) : LUnaryMathOperation<0>(value) { } in LMathLog() function
|
D | lithium-arm64.cc | 2628 LMathLog* result = new(zone()) LMathLog(input); in DoUnaryMathOperation()
|
D | lithium-codegen-arm64.cc | 4035 void LCodeGen::DoMathLog(LMathLog* instr) { in DoMathLog()
|