Home | History | Annotate | Download | only in AArch64

Lines Matching defs:Carry

882     bool Carry = NonDemandedBits & ~Sum & (1ULL << (EltSize - 1));
883 uint64_t Ones = (Sum + Carry) & NonDemandedBits;
2162 // The actual operation that sets the overflow or carry flag.
4056 /// is a function pointer to carry out the resolution.