Searched refs:Carry (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/arch/m68k/fpsp040/ |
D | srem_mod.S | 210 |..(Carry,D1,D2) is R 240 |..If Carry is set, then Y < (Carry,D1,D2) < 2Y. Otherwise, Carry = 0 248 |..At this point, Carry=0, R < Y. R = 2^(k-L)X - QY; k+j = L; j >= 0. 255 scs %d6 | ...set Carry if 2(R) overflows 258 |..At this point, R=(Carry,D1,D2) = 2^(k-L)X - QY, j+k=L, j >= 0, R < 2Y. 263 |..k = L, j = 0, Carry = 0, R = (D1,D2) = X - QY, R < Y.
|
/linux-2.6.39/drivers/staging/winbond/ |
D | wb35reg.c | 646 u32 Crc, Carry; in CardComputeCrc() local 655 Carry = ((Crc & 0x80000000) ? 1 : 0) ^ (CurByte & 0x01); in CardComputeCrc() 658 if (Carry) in CardComputeCrc() 659 Crc = (Crc ^ 0x04c11db6) | Carry; in CardComputeCrc()
|
/linux-2.6.39/Documentation/frv/ |
D | kernel-ABI.txt | 185 affecting the Carry flag. 187 (*) CCR.ICC2.C [Carry flag]
|
/linux-2.6.39/arch/m68k/ifpsp060/src/ |
D | fplsp.S | 9533 #..(Carry,D1,D2) is R 9563 #..If Carry is set, then Y < (Carry,D1,D2) < 2Y. Otherwise, Carry = 0 9571 #..At this point, Carry=0, R < Y. R = 2^(k-L)X - QY; k+j = L; j >= 0. 9578 scs %d6 # set Carry if 2(R) overflows 9581 #..At this point, R=(Carry,D1,D2) = 2^(k-L)X - QY, j+k=L, j >= 0, R < 2Y. 9586 #..k = L, j = 0, Carry = 0, R = (D1,D2) = X - QY, R < Y.
|
/linux-2.6.39/drivers/scsi/aic7xxx/ |
D | aic79xx.reg | 3427 * Zero and Carry state of the ALU.
|