/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 926 class LMathExp final : public LTemplateInstruction<1, 1, 0> { 928 explicit LMathExp(LOperand* value) { inputs_[0] = value; } in LMathExp() function
|
D | lithium-x87.cc | 1207 return MarkAsCall(DefineSameAsFirst(new (zone()) LMathExp(input)), instr); in DoMathExp()
|
D | lithium-codegen-x87.cc | 3728 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 922 class LMathExp final : public LTemplateInstruction<1, 1, 0> { 924 explicit LMathExp(LOperand* value) { inputs_[0] = value; } in LMathExp() function
|
D | lithium-mips64.cc | 1128 return MarkAsCall(DefineFixedDouble(new (zone()) LMathExp(input), f4), instr); in DoMathExp()
|
D | lithium-codegen-mips64.cc | 3706 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 927 class LMathExp final : public LTemplateInstruction<1, 1, 0> { 929 explicit LMathExp(LOperand* value) { inputs_[0] = value; } in LMathExp() function
|
D | lithium-arm.cc | 1159 return MarkAsCall(DefineFixedDouble(new (zone()) LMathExp(input), d0), instr); in DoMathExp()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.h | 858 class LMathExp final : public LTemplateInstruction<1, 1, 0> { 860 explicit LMathExp(LOperand* value) { inputs_[0] = value; } in LMathExp() function
|
D | lithium-s390.cc | 1069 return MarkAsCall(DefineFixedDouble(new (zone()) LMathExp(input), d0), instr); in DoMathExp()
|
D | lithium-codegen-s390.cc | 3682 void LCodeGen::DoMathExp(LMathExp* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 922 class LMathExp final : public LTemplateInstruction<1, 1, 0> { 924 explicit LMathExp(LOperand* value) { inputs_[0] = value; } in LMathExp() function
|
D | lithium-x64.cc | 1186 return MarkAsCall(DefineFixedDouble(new (zone()) LMathExp(input), xmm0), in DoMathExp()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 904 class LMathExp final : public LTemplateInstruction<1, 1, 0> { 906 explicit LMathExp(LOperand* value) { inputs_[0] = value; } in LMathExp() function
|
D | lithium-mips.cc | 1128 return MarkAsCall(DefineFixedDouble(new (zone()) LMathExp(input), f4), instr); in DoMathExp()
|
D | lithium-codegen-mips.cc | 3503 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 925 class LMathExp final : public LTemplateInstruction<1, 1, 0> { 927 explicit LMathExp(LOperand* value) { inputs_[0] = value; } in LMathExp() function
|
D | lithium-ppc.cc | 1182 return MarkAsCall(DefineFixedDouble(new (zone()) LMathExp(input), d0), instr); in DoMathExp()
|
D | lithium-codegen-ppc.cc | 3787 void LCodeGen::DoMathExp(LMathExp* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 934 class LMathExp final : public LTemplateInstruction<1, 1, 0> { 936 explicit LMathExp(LOperand* value) { inputs_[0] = value; } in LMathExp() function
|
D | lithium-ia32.cc | 1202 return MarkAsCall(DefineSameAsFirst(new (zone()) LMathExp(input)), instr); in DoMathExp()
|
D | lithium-codegen-ia32.cc | 3450 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 1763 class LMathExp final : public LUnaryMathOperation<0> { 1765 explicit LMathExp(LOperand* value) : LUnaryMathOperation<0>(value) {} in LMathExp() function
|
D | lithium-arm64.cc | 2470 LMathExp* result = new (zone()) LMathExp(input); in DoUnaryMathOperation()
|
D | lithium-codegen-arm64.cc | 3550 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp()
|