Home | History | Annotate | Download | only in Mips

Lines Matching defs:Carry

266   // In the base case, we can rely on the carry bit from the addsc
279 // The addwc instruction does not write to the carry bit, instead it writes
281 // intermediate adde node must be expanded to write the carry bit before the
285 // carry field. The usage of 1 here with MipsISD::RDDSP / Mips::WRDSP
295 SDNode *Carry = CurDAG->getMachineNode(
300 SDValue(Carry, 0)};