Home | History | Annotate | Download | only in arm

Lines Matching full:carry

1326 // Set the Carry flag.
1339 bool Simulator::CarryFrom(int32_t left, int32_t right, int32_t carry) {
1345 (carry && (((uright + 1) > urest) || (uright > (urest - 1))));