Searched defs:LMultiplyAddD (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/crankshaft/arm/
H A Dlithium-arm.h769 class LMultiplyAddD final : public LTemplateInstruction<1, 3, 0> {
771 LMultiplyAddD(LOperand* addend, LOperand* multiplier, function in class:v8::internal::final
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.h762 class LMultiplyAddD final : public LTemplateInstruction<1, 3, 0> {
764 LMultiplyAddD(LOperand* addend, LOperand* multiplier, function in class:v8::internal::final
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.h780 class LMultiplyAddD final : public LTemplateInstruction<1, 3, 0> {
782 LMultiplyAddD(LOperand* addend, LOperand* multiplier, function in class:v8::internal::final
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.h751 class LMultiplyAddD final : public LTemplateInstruction<1, 3, 0> {
753 LMultiplyAddD(LOperand* addend, LOperand* multiplier, function in class:v8::internal::final
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.h717 class LMultiplyAddD final : public LTemplateInstruction<1, 3, 0> {
719 LMultiplyAddD(LOperand* addend, LOperand* multiplier, function in class:v8::internal::final

Completed in 237 milliseconds