Home | History | Annotate | Download | only in ARM

Lines Matching full:carry

3150 // The assume-no-carry-in form uses the negation of the input since add/sub
3151 // assume opposite meanings of the carry flag (i.e., carry == !borrow).
3166 // The with-carry-in form matches bitwise not instead of the negation.
3167 // Effectively, the inverse interpretation of the carry flag already accounts