/external/v8/src/crankshaft/arm/ |
H A D | lithium-arm.h | 909 class LMathCos final : public LTemplateInstruction<1, 1, 0> { 911 explicit LMathCos(LOperand* value) { inputs_[0] = value; } function in class:v8::internal::final
|
H A D | lithium-arm.cc | 1145 return MarkAsCall(DefineFixedDouble(new (zone()) LMathCos(input), d0), instr);
|
H A D | lithium-codegen-arm.cc | 3537 void LCodeGen::DoMathCos(LMathCos* instr) {
|
/external/v8/src/crankshaft/ia32/ |
H A D | lithium-ia32.h | 916 class LMathCos final : public LTemplateInstruction<1, 1, 0> { 918 explicit LMathCos(LOperand* value) { inputs_[0] = value; } function in class:v8::internal::final
|
H A D | lithium-ia32.cc | 1188 return MarkAsCall(DefineSameAsFirst(new (zone()) LMathCos(input)), instr);
|
H A D | lithium-codegen-ia32.cc | 3420 void LCodeGen::DoMathCos(LMathCos* instr) {
|
/external/v8/src/crankshaft/mips/ |
H A D | lithium-mips.h | 886 class LMathCos final : public LTemplateInstruction<1, 1, 0> { 888 explicit LMathCos(LOperand* value) { inputs_[0] = value; } function in class:v8::internal::final
|
H A D | lithium-mips.cc | 1114 return MarkAsCall(DefineFixedDouble(new (zone()) LMathCos(input), f4), instr);
|
H A D | lithium-codegen-mips.cc | 3489 void LCodeGen::DoMathCos(LMathCos* instr) {
|
/external/v8/src/crankshaft/mips64/ |
H A D | lithium-mips64.h | 904 class LMathCos final : public LTemplateInstruction<1, 1, 0> { 906 explicit LMathCos(LOperand* value) { inputs_[0] = value; } function in class:v8::internal::final
|
H A D | lithium-mips64.cc | 1114 return MarkAsCall(DefineFixedDouble(new (zone()) LMathCos(input), f4), instr);
|
H A D | lithium-codegen-mips64.cc | 3692 void LCodeGen::DoMathCos(LMathCos* instr) {
|
/external/v8/src/crankshaft/ppc/ |
H A D | lithium-ppc.h | 905 class LMathCos final : public LTemplateInstruction<1, 1, 0> { 907 explicit LMathCos(LOperand* value) { inputs_[0] = value; } function in class:v8::internal::final
|
H A D | lithium-ppc.cc | 1168 return MarkAsCall(DefineFixedDouble(new (zone()) LMathCos(input), d0), instr);
|
H A D | lithium-codegen-ppc.cc | 3773 void LCodeGen::DoMathCos(LMathCos* instr) {
|
/external/v8/src/crankshaft/s390/ |
H A D | lithium-s390.h | 840 class LMathCos final : public LTemplateInstruction<1, 1, 0> { 842 explicit LMathCos(LOperand* value) { inputs_[0] = value; } function in class:v8::internal::final
|
H A D | lithium-s390.cc | 1055 return MarkAsCall(DefineFixedDouble(new (zone()) LMathCos(input), d0), instr);
|
H A D | lithium-codegen-s390.cc | 3668 void LCodeGen::DoMathCos(LMathCos* instr) {
|
/external/v8/src/crankshaft/x64/ |
H A D | lithium-x64.h | 913 class LMathCos final : public LTemplateInstruction<1, 1, 0> { 915 explicit LMathCos(LOperand* value) { inputs_[0] = value; } function in class:v8::internal::final
|
H A D | lithium-x64.cc | 1178 return MarkAsCall(DefineFixedDouble(new (zone()) LMathCos(input), xmm0),
|
/external/v8/src/crankshaft/x87/ |
H A D | lithium-x87.h | 908 class LMathCos final : public LTemplateInstruction<1, 1, 0> { 910 explicit LMathCos(LOperand* value) { inputs_[0] = value; } function in class:v8::internal::final
|
H A D | lithium-x87.cc | 1193 return MarkAsCall(DefineSameAsFirst(new (zone()) LMathCos(input)), instr);
|
/external/v8/src/crankshaft/arm64/ |
H A D | lithium-arm64.cc | 2456 LMathCos* result = new (zone()) LMathCos(input);
|
H A D | lithium-arm64.h | 1749 class LMathCos final : public LUnaryMathOperation<0> { 1751 explicit LMathCos(LOperand* value) : LUnaryMathOperation<0>(value) {} function in class:v8::internal::final
|
H A D | lithium-codegen-arm64.cc | 3536 void LCodeGen::DoMathCos(LMathCos* instr) {
|