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

12

/external/v8/src/crankshaft/arm/
H A Dlithium-arm.h901 class LMathCos final : public LTemplateInstruction<1, 1, 0> {
903 explicit LMathCos(LOperand* value) { inputs_[0] = value; } function in class:v8::internal::final
H A Dlithium-arm.cc1127 return MarkAsCall(DefineFixedDouble(new (zone()) LMathCos(input), d0), instr);
H A Dlithium-codegen-arm.cc3442 void LCodeGen::DoMathCos(LMathCos* instr) {
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.h1639 class LMathCos final : public LUnaryMathOperation<0> {
1641 explicit LMathCos(LOperand* value) : LUnaryMathOperation<0>(value) {} function in class:v8::internal::final
H A Dlithium-arm64.cc2353 LMathCos* result = new (zone()) LMathCos(input);
H A Dlithium-codegen-arm64.cc3438 void LCodeGen::DoMathCos(LMathCos* instr) {
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.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-ia32.cc1173 return MarkAsCall(DefineSameAsFirst(new (zone()) LMathCos(input)), instr);
H A Dlithium-codegen-ia32.cc3327 void LCodeGen::DoMathCos(LMathCos* instr) {
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.h878 class LMathCos final : public LTemplateInstruction<1, 1, 0> {
880 explicit LMathCos(LOperand* value) { inputs_[0] = value; } function in class:v8::internal::final
H A Dlithium-mips.cc1096 return MarkAsCall(DefineFixedDouble(new (zone()) LMathCos(input), f4), instr);
H A Dlithium-codegen-mips.cc3423 void LCodeGen::DoMathCos(LMathCos* instr) {
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.h896 class LMathCos final : public LTemplateInstruction<1, 1, 0> {
898 explicit LMathCos(LOperand* value) { inputs_[0] = value; } function in class:v8::internal::final
H A Dlithium-mips64.cc1096 return MarkAsCall(DefineFixedDouble(new (zone()) LMathCos(input), f4), instr);
H A Dlithium-codegen-mips64.cc3630 void LCodeGen::DoMathCos(LMathCos* instr) {
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.h897 class LMathCos final : public LTemplateInstruction<1, 1, 0> {
899 explicit LMathCos(LOperand* value) { inputs_[0] = value; } function in class:v8::internal::final
H A Dlithium-ppc.cc1150 return MarkAsCall(DefineFixedDouble(new (zone()) LMathCos(input), d0), instr);
H A Dlithium-codegen-ppc.cc3694 void LCodeGen::DoMathCos(LMathCos* instr) {
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.h832 class LMathCos final : public LTemplateInstruction<1, 1, 0> {
834 explicit LMathCos(LOperand* value) { inputs_[0] = value; } function in class:v8::internal::final
H A Dlithium-s390.cc1041 return MarkAsCall(DefineFixedDouble(new (zone()) LMathCos(input), d0), instr);
H A Dlithium-codegen-s390.cc3604 void LCodeGen::DoMathCos(LMathCos* instr) {
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.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-x64.cc1161 return MarkAsCall(DefineFixedDouble(new (zone()) LMathCos(input), xmm0),
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.h900 class LMathCos final : public LTemplateInstruction<1, 1, 0> {
902 explicit LMathCos(LOperand* value) { inputs_[0] = value; } function in class:v8::internal::final
H A Dlithium-x87.cc1178 return MarkAsCall(DefineSameAsFirst(new (zone()) LMathCos(input)), instr);

Completed in 245 milliseconds

12