/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 917 class LMathSin final : public LTemplateInstruction<1, 1, 0> { 919 explicit LMathSin(LOperand* value) { inputs_[0] = value; } in LMathSin() function
|
D | lithium-ia32.cc | 1180 return MarkAsCall(DefineSameAsFirst(new (zone()) LMathSin(input)), instr); in DoMathSin()
|
D | lithium-codegen-ia32.cc | 3340 void LCodeGen::DoMathSin(LMathSin* instr) { in DoMathSin()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 923 class LMathSin final : public LTemplateInstruction<1, 1, 0> { 925 explicit LMathSin(LOperand* value) { inputs_[0] = value; } in LMathSin() function
|
D | lithium-x64.cc | 1178 return MarkAsCall(DefineFixedDouble(new (zone()) LMathSin(input), xmm0), in DoMathSin()
|
D | lithium-codegen-x64.cc | 3516 void LCodeGen::DoMathSin(LMathSin* instr) { in DoMathSin()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 887 class LMathSin final : public LTemplateInstruction<1, 1, 0> { 889 explicit LMathSin(LOperand* value) { inputs_[0] = value; } in LMathSin() function
|
D | lithium-mips.cc | 1103 return MarkAsCall(DefineFixedDouble(new (zone()) LMathSin(input), f4), instr); in DoMathSin()
|
D | lithium-codegen-mips.cc | 3427 void LCodeGen::DoMathSin(LMathSin* instr) { in DoMathSin()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 907 class LMathSin final : public LTemplateInstruction<1, 1, 0> { 909 explicit LMathSin(LOperand* value) { inputs_[0] = value; } in LMathSin() function
|
D | lithium-ppc.cc | 1157 return MarkAsCall(DefineFixedDouble(new (zone()) LMathSin(input), d0), instr); in DoMathSin()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 910 class LMathSin final : public LTemplateInstruction<1, 1, 0> { 912 explicit LMathSin(LOperand* value) { inputs_[0] = value; } in LMathSin() function
|
D | lithium-arm.cc | 1134 return MarkAsCall(DefineFixedDouble(new (zone()) LMathSin(input), d0), instr); in DoMathSin()
|
D | lithium-codegen-arm.cc | 3448 void LCodeGen::DoMathSin(LMathSin* instr) { in DoMathSin()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 909 class LMathSin final : public LTemplateInstruction<1, 1, 0> { 911 explicit LMathSin(LOperand* value) { inputs_[0] = value; } in LMathSin() function
|
D | lithium-x87.cc | 1185 return MarkAsCall(DefineSameAsFirst(new (zone()) LMathSin(input)), instr); in DoMathSin()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.h | 840 class LMathSin final : public LTemplateInstruction<1, 1, 0> { 842 explicit LMathSin(LOperand* value) { inputs_[0] = value; } in LMathSin() function
|
D | lithium-s390.cc | 1050 return MarkAsCall(DefineFixedDouble(new (zone()) LMathSin(input), d0), instr); in DoMathSin()
|
D | lithium-codegen-s390.cc | 3617 void LCodeGen::DoMathSin(LMathSin* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 905 class LMathSin final : public LTemplateInstruction<1, 1, 0> { 907 explicit LMathSin(LOperand* value) { inputs_[0] = value; } in LMathSin() function
|
D | lithium-mips64.cc | 1103 return MarkAsCall(DefineFixedDouble(new (zone()) LMathSin(input), f4), instr); in DoMathSin()
|
D | lithium-codegen-mips64.cc | 3633 void LCodeGen::DoMathSin(LMathSin* instr) { in DoMathSin()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 1646 class LMathSin final : public LUnaryMathOperation<0> { 1648 explicit LMathSin(LOperand* value) : LUnaryMathOperation<0>(value) {} in LMathSin() function
|
D | lithium-arm64.cc | 2360 LMathSin* result = new (zone()) LMathSin(input); in DoUnaryMathOperation()
|
D | lithium-codegen-arm64.cc | 3457 void LCodeGen::DoMathSin(LMathSin* instr) { in DoMathSin()
|