Home | History | Annotate | Download | only in mips

Lines Matching full:addend

710 // Instruction for computing multiplier * multiplicand + addend.
713 LMultiplyAddD(LOperand* addend, LOperand* multiplier,
715 inputs_[0] = addend;
720 LOperand* addend() { return inputs_[0]; }
2746 LInstruction* DoMultiplyAdd(HMul* mul, HValue* addend);