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

12

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

Completed in 370 milliseconds

12