Home
last modified time | relevance | path

Searched refs:borrow (Results 1 – 4 of 4) sorted by relevance

/arch/powerpc/boot/
Ddevtree.c154 int i, borrow = 0; in sub_reg() local
157 int prev_borrow = borrow; in sub_reg()
158 borrow = reg[i] < sub[i] + prev_borrow; in sub_reg()
162 return !borrow; in sub_reg()
/arch/m68k/fpsp040/
Dsrem_mod.S236 |..use the borrow of the previous compare
237 bcss R_LT_Y | ...borrow is set iff R < Y
/arch/arm/nwfpe/
Dsoftfloat-macros399 2^128, so any borrow out (carry out) is lost. The result is broken into two
418 Subtraction is modulo 2^192, so any borrow out (carry out) is lost. The
/arch/m68k/ifpsp060/src/
Dfplsp.S9559 #..use the borrow of the previous compare
9560 bcs.b R_LT_Y # borrow is set iff R < Y