Home | History | Annotate | Download | only in SystemZ

Lines Matching defs:Carry

171       // Support addition/subtraction with carry.
175 // Support carry in as value rather than glue.
3273 SDValue Carry = Op.getOperand(2);
3293 // Set the condition code from the carry flag.
3294 Carry = DAG.getNode(SystemZISD::GET_CCMASK, DL, MVT::i32, Carry,
3299 SDValue Result = DAG.getNode(BaseOp, DL, VTs, LHS, RHS, Carry);