Home | History | Annotate | Download | only in ARM

Lines Matching defs:Carry

4859   // captures the result into a carry flag.
4863 // The low part is an ARMISD::RRX operand, which shifts the carry in.
5013 SDValue Carry = Op.getOperand(2);
5019 assert(Carry.getOpcode() != ISD::CARRY_FALSE);
5021 SDValue Cmp = DAG.getNode(ARMISD::SUBE, DL, VTs, LHS, RHS, Carry);