Searched refs:borrow (Results 1 – 4 of 4) sorted by relevance
154 int i, borrow = 0; in sub_reg() local157 int prev_borrow = borrow; in sub_reg()158 borrow = reg[i] < sub[i] + prev_borrow; in sub_reg()162 return !borrow; in sub_reg()
236 |..use the borrow of the previous compare237 bcss R_LT_Y | ...borrow is set iff R < Y
399 2^128, so any borrow out (carry out) is lost. The result is broken into two418 Subtraction is modulo 2^192, so any borrow out (carry out) is lost. The
9559 #..use the borrow of the previous compare9560 bcs.b R_LT_Y # borrow is set iff R < Y