Home
last modified time | relevance | path

Searched refs:LMathCos (Results 1 – 25 of 27) sorted by relevance

12

/external/v8/src/crankshaft/x87/
Dlithium-x87.h908 class LMathCos final : public LTemplateInstruction<1, 1, 0> {
910 explicit LMathCos(LOperand* value) { inputs_[0] = value; } in LMathCos() function
Dlithium-x87.cc1193 return MarkAsCall(DefineSameAsFirst(new (zone()) LMathCos(input)), instr); in DoMathCos()
Dlithium-codegen-x87.cc3700 void LCodeGen::DoMathCos(LMathCos* instr) { in DoMathCos()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h904 class LMathCos final : public LTemplateInstruction<1, 1, 0> {
906 explicit LMathCos(LOperand* value) { inputs_[0] = value; } in LMathCos() function
Dlithium-mips64.cc1114 return MarkAsCall(DefineFixedDouble(new (zone()) LMathCos(input), f4), instr); in DoMathCos()
Dlithium-codegen-mips64.cc3692 void LCodeGen::DoMathCos(LMathCos* instr) { in DoMathCos()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h909 class LMathCos final : public LTemplateInstruction<1, 1, 0> {
911 explicit LMathCos(LOperand* value) { inputs_[0] = value; } in LMathCos() function
Dlithium-arm.cc1145 return MarkAsCall(DefineFixedDouble(new (zone()) LMathCos(input), d0), instr); in DoMathCos()
/external/v8/src/crankshaft/s390/
Dlithium-s390.h840 class LMathCos final : public LTemplateInstruction<1, 1, 0> {
842 explicit LMathCos(LOperand* value) { inputs_[0] = value; } in LMathCos() function
Dlithium-s390.cc1055 return MarkAsCall(DefineFixedDouble(new (zone()) LMathCos(input), d0), instr); in DoMathCos()
Dlithium-codegen-s390.cc3668 void LCodeGen::DoMathCos(LMathCos* instr) { in DoShiftI()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h913 class LMathCos final : public LTemplateInstruction<1, 1, 0> {
915 explicit LMathCos(LOperand* value) { inputs_[0] = value; } in LMathCos() function
Dlithium-x64.cc1178 return MarkAsCall(DefineFixedDouble(new (zone()) LMathCos(input), xmm0), in DoMathCos()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h886 class LMathCos final : public LTemplateInstruction<1, 1, 0> {
888 explicit LMathCos(LOperand* value) { inputs_[0] = value; } in LMathCos() function
Dlithium-mips.cc1114 return MarkAsCall(DefineFixedDouble(new (zone()) LMathCos(input), f4), instr); in DoMathCos()
Dlithium-codegen-mips.cc3489 void LCodeGen::DoMathCos(LMathCos* instr) { in DoMathCos()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h905 class LMathCos final : public LTemplateInstruction<1, 1, 0> {
907 explicit LMathCos(LOperand* value) { inputs_[0] = value; } in LMathCos() function
Dlithium-ppc.cc1168 return MarkAsCall(DefineFixedDouble(new (zone()) LMathCos(input), d0), instr); in DoMathCos()
Dlithium-codegen-ppc.cc3773 void LCodeGen::DoMathCos(LMathCos* instr) { in DoShiftI()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h916 class LMathCos final : public LTemplateInstruction<1, 1, 0> {
918 explicit LMathCos(LOperand* value) { inputs_[0] = value; } in LMathCos() function
Dlithium-ia32.cc1188 return MarkAsCall(DefineSameAsFirst(new (zone()) LMathCos(input)), instr); in DoMathCos()
Dlithium-codegen-ia32.cc3420 void LCodeGen::DoMathCos(LMathCos* instr) { in DoMathCos()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h1749 class LMathCos final : public LUnaryMathOperation<0> {
1751 explicit LMathCos(LOperand* value) : LUnaryMathOperation<0>(value) {} in LMathCos() function
Dlithium-arm64.cc2456 LMathCos* result = new (zone()) LMathCos(input); in DoUnaryMathOperation()
Dlithium-codegen-arm64.cc3536 void LCodeGen::DoMathCos(LMathCos* instr) { in DoMathCos()

12