Home | History | Annotate | Download | only in arm

Lines Matching refs:minuend

829 // Instruction for computing minuend - multiplier * multiplicand.
832 LMultiplySubD(LOperand* minuend, LOperand* multiplier,
834 inputs_[0] = minuend;
839 LOperand* minuend() { return inputs_[0]; }
2776 LInstruction* DoMultiplySub(HValue* minuend, HMul* mul);