Home | History | Annotate | Download | only in arm

Lines Matching refs:minuend

717 // Instruction for computing minuend - multiplier * multiplicand.
720 LMultiplySubD(LOperand* minuend, LOperand* multiplier,
722 inputs_[0] = minuend;
727 LOperand* minuend() { return inputs_[0]; }
2771 LInstruction* DoMultiplySub(HValue* minuend, HMul* mul);