Home | History | Annotate | Download | only in elliptic

Lines Matching refs:carry_mask

225 	carry_mask := nonZeroToAllOnes(carry)
228 inout[3] += 0x10000000 & carry_mask
232 inout[4] += (0x20000000 - 1) & carry_mask
233 inout[5] += (0x10000000 - 1) & carry_mask
234 inout[6] += (0x20000000 - 1) & carry_mask
238 inout[7] -= 1 & carry_mask