Home
last modified time | relevance | path

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

/external/v8/src/ia32/
Dlithium-ia32.h917 class LMathLog FINAL : public LTemplateInstruction<1, 1, 0> {
919 explicit LMathLog(LOperand* value) { in LMathLog() function
Dlithium-ia32.cc1222 return MarkAsCall(DefineSameAsFirst(new(zone()) LMathLog(input)), instr); in DoMathLog()
Dlithium-codegen-ia32.cc3823 void LCodeGen::DoMathLog(LMathLog* instr) { in DoMathLog()
/external/v8/src/x87/
Dlithium-x87.h933 class LMathLog FINAL : public LTemplateInstruction<1, 1, 0> {
935 explicit LMathLog(LOperand* value) { in LMathLog() function
Dlithium-x87.cc1231 return MarkAsCall(DefineSameAsFirst(new(zone()) LMathLog(input)), instr); in DoMathLog()
Dlithium-codegen-x87.cc4184 void LCodeGen::DoMathLog(LMathLog* instr) { in DoMathLog()
/external/v8/src/x64/
Dlithium-x64.h915 class LMathLog FINAL : public LTemplateInstruction<1, 1, 0> {
917 explicit LMathLog(LOperand* value) { in LMathLog() function
Dlithium-x64.cc1202 return MarkAsCall(DefineSameAsFirst(new(zone()) LMathLog(input)), instr); in DoMathLog()
Dlithium-codegen-x64.cc3931 void LCodeGen::DoMathLog(LMathLog* instr) { in DoMathLog()
/external/v8/src/mips64/
Dlithium-mips64.h907 class LMathLog FINAL : public LTemplateInstruction<1, 1, 0> {
909 explicit LMathLog(LOperand* value) { in LMathLog() function
Dlithium-mips64.cc1153 return MarkAsCall(DefineFixedDouble(new(zone()) LMathLog(input), f4), instr); in DoMathLog()
Dlithium-codegen-mips64.cc3925 void LCodeGen::DoMathLog(LMathLog* instr) { in DoMathLog()
/external/v8/src/mips/
Dlithium-mips.h908 class LMathLog FINAL : public LTemplateInstruction<1, 1, 0> {
910 explicit LMathLog(LOperand* value) { in LMathLog() function
Dlithium-mips.cc1153 return MarkAsCall(DefineFixedDouble(new(zone()) LMathLog(input), f4), instr); in DoMathLog()
Dlithium-codegen-mips.cc3893 void LCodeGen::DoMathLog(LMathLog* instr) { in DoMathLog()
/external/v8/src/arm/
Dlithium-arm.h929 class LMathLog FINAL : public LTemplateInstruction<1, 1, 0> {
931 explicit LMathLog(LOperand* value) { in LMathLog() function
Dlithium-arm.cc1184 return MarkAsCall(DefineFixedDouble(new(zone()) LMathLog(input), d0), instr); in DoMathLog()
Dlithium-codegen-arm.cc3937 void LCodeGen::DoMathLog(LMathLog* instr) { in DoMathLog()
/external/v8/src/arm64/
Dlithium-arm64.h2048 class LMathLog FINAL : public LUnaryMathOperation<0> {
2050 explicit LMathLog(LOperand* value) : LUnaryMathOperation<0>(value) { } in LMathLog() function
Dlithium-arm64.cc2628 LMathLog* result = new(zone()) LMathLog(input); in DoUnaryMathOperation()
Dlithium-codegen-arm64.cc4035 void LCodeGen::DoMathLog(LMathLog* instr) { in DoMathLog()