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

12

/external/v8/src/crankshaft/arm/
H A Dlithium-arm.h919 class LMathExp final : public LTemplateInstruction<1, 1, 0> {
921 explicit LMathExp(LOperand* value) { inputs_[0] = value; } function in class:v8::internal::final
H A Dlithium-arm.cc1141 return MarkAsCall(DefineFixedDouble(new (zone()) LMathExp(input), d0), instr);
H A Dlithium-codegen-arm.cc3455 void LCodeGen::DoMathExp(LMathExp* instr) {
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.h1653 class LMathExp final : public LUnaryMathOperation<0> {
1655 explicit LMathExp(LOperand* value) : LUnaryMathOperation<0>(value) {} function in class:v8::internal::final
H A Dlithium-arm64.cc2367 LMathExp* result = new (zone()) LMathExp(input);
H A Dlithium-codegen-arm64.cc3464 void LCodeGen::DoMathExp(LMathExp* instr) {
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.h926 class LMathExp final : public LTemplateInstruction<1, 1, 0> {
928 explicit LMathExp(LOperand* value) { inputs_[0] = value; } function in class:v8::internal::final
H A Dlithium-ia32.cc1187 return MarkAsCall(DefineSameAsFirst(new (zone()) LMathExp(input)), instr);
H A Dlithium-codegen-ia32.cc3355 void LCodeGen::DoMathExp(LMathExp* instr) {
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.h896 class LMathExp final : public LTemplateInstruction<1, 1, 0> {
898 explicit LMathExp(LOperand* value) { inputs_[0] = value; } function in class:v8::internal::final
H A Dlithium-mips.cc1110 return MarkAsCall(DefineFixedDouble(new (zone()) LMathExp(input), f4), instr);
H A Dlithium-codegen-mips.cc3434 void LCodeGen::DoMathExp(LMathExp* instr) {
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.h914 class LMathExp final : public LTemplateInstruction<1, 1, 0> {
916 explicit LMathExp(LOperand* value) { inputs_[0] = value; } function in class:v8::internal::final
H A Dlithium-mips64.cc1110 return MarkAsCall(DefineFixedDouble(new (zone()) LMathExp(input), f4), instr);
H A Dlithium-codegen-mips64.cc3640 void LCodeGen::DoMathExp(LMathExp* instr) {
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.h917 class LMathExp final : public LTemplateInstruction<1, 1, 0> {
919 explicit LMathExp(LOperand* value) { inputs_[0] = value; } function in class:v8::internal::final
H A Dlithium-ppc.cc1164 return MarkAsCall(DefineFixedDouble(new (zone()) LMathExp(input), d0), instr);
H A Dlithium-codegen-ppc.cc3725 void LCodeGen::DoMathExp(LMathExp* instr) {
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.h849 class LMathExp final : public LTemplateInstruction<1, 1, 0> {
851 explicit LMathExp(LOperand* value) { inputs_[0] = value; } function in class:v8::internal::final
H A Dlithium-s390.cc1057 return MarkAsCall(DefineFixedDouble(new (zone()) LMathExp(input), d0), instr);
H A Dlithium-codegen-s390.cc3624 void LCodeGen::DoMathExp(LMathExp* instr) {
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.h914 class LMathExp final : public LTemplateInstruction<1, 1, 0> {
916 explicit LMathExp(LOperand* value) { inputs_[0] = value; } function in class:v8::internal::final
H A Dlithium-x64.cc1170 return MarkAsCall(DefineFixedDouble(new (zone()) LMathExp(input), xmm0),
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.h918 class LMathExp final : public LTemplateInstruction<1, 1, 0> {
920 explicit LMathExp(LOperand* value) { inputs_[0] = value; } function in class:v8::internal::final
H A Dlithium-x87.cc1192 return MarkAsCall(DefineSameAsFirst(new (zone()) LMathExp(input)), instr);

Completed in 348 milliseconds

12