Home | History | Annotate | Download | only in ARM

Lines Matching full:carry

781 /// for a binary operation that produces a value and use the carry
1925 // The assume-no-carry-in form uses the negation of the input since add/sub
1926 // assume opposite meanings of the carry flag (i.e., carry == !borrow).
1948 // The with-carry-in form matches bitwise not instead of the negation.
1949 // Effectively, the inverse interpretation of the carry flag already accounts