Searched refs:LMathLog (Results 1 - 25 of 27) sorted by relevance

12

/external/v8/src/crankshaft/arm/
H A Dlithium-arm.h878 class LMathLog final : public LTemplateInstruction<1, 1, 0> {
880 explicit LMathLog(LOperand* value) { function in class:v8::internal::final
H A Dlithium-arm.cc1113 return MarkAsCall(DefineFixedDouble(new(zone()) LMathLog(input), d0), instr);
H A Dlithium-codegen-arm.cc3463 void LCodeGen::DoMathLog(LMathLog* instr) {
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.h1733 class LMathLog final : public LUnaryMathOperation<0> {
1735 explicit LMathLog(LOperand* value) : LUnaryMathOperation<0>(value) { } function in class:v8::internal::final
H A Dlithium-arm64.cc2386 LMathLog* result = new(zone()) LMathLog(input);
H A Dlithium-codegen-arm64.cc3634 void LCodeGen::DoMathLog(LMathLog* instr) {
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.h885 class LMathLog final : public LTemplateInstruction<1, 1, 0> {
887 explicit LMathLog(LOperand* value) { function in class:v8::internal::final
H A Dlithium-ia32.cc1159 return MarkAsCall(DefineSameAsFirst(new(zone()) LMathLog(input)), instr);
H A Dlithium-codegen-ia32.cc3302 void LCodeGen::DoMathLog(LMathLog* instr) {
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.h855 class LMathLog final : public LTemplateInstruction<1, 1, 0> {
857 explicit LMathLog(LOperand* value) { function in class:v8::internal::final
H A Dlithium-mips.cc1082 return MarkAsCall(DefineFixedDouble(new(zone()) LMathLog(input), f4), instr);
H A Dlithium-codegen-mips.cc3442 void LCodeGen::DoMathLog(LMathLog* instr) {
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.h873 class LMathLog final : public LTemplateInstruction<1, 1, 0> {
875 explicit LMathLog(LOperand* value) { function in class:v8::internal::final
H A Dlithium-mips64.cc1082 return MarkAsCall(DefineFixedDouble(new(zone()) LMathLog(input), f4), instr);
H A Dlithium-codegen-mips64.cc3648 void LCodeGen::DoMathLog(LMathLog* instr) {
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.h878 class LMathLog final : public LTemplateInstruction<1, 1, 0> {
880 explicit LMathLog(LOperand* value) { inputs_[0] = value; } function in class:v8::internal::final
H A Dlithium-ppc.cc1136 return MarkAsCall(DefineFixedDouble(new (zone()) LMathLog(input), d0), instr);
H A Dlithium-codegen-ppc.cc3732 void LCodeGen::DoMathLog(LMathLog* instr) {
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.h813 class LMathLog final : public LTemplateInstruction<1, 1, 0> {
815 explicit LMathLog(LOperand* value) { inputs_[0] = value; } function in class:v8::internal::final
H A Dlithium-s390.cc1030 return MarkAsCall(DefineFixedDouble(new (zone()) LMathLog(input), d0), instr);
H A Dlithium-codegen-s390.cc3631 void LCodeGen::DoMathLog(LMathLog* instr) {
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.h882 class LMathLog final : public LTemplateInstruction<1, 1, 0> {
884 explicit LMathLog(LOperand* value) { function in class:v8::internal::final
H A Dlithium-x64.cc1147 return MarkAsCall(DefineFixedDouble(new (zone()) LMathLog(input), xmm0),
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.h877 class LMathLog final : public LTemplateInstruction<1, 1, 0> {
879 explicit LMathLog(LOperand* value) { function in class:v8::internal::final
H A Dlithium-x87.cc1164 return MarkAsCall(DefineSameAsFirst(new(zone()) LMathLog(input)), instr);

Completed in 360 milliseconds

12