taglinefilesource code
borrow130arch/alpha/math-emu/ieee-math.cunsigned long borrow = a[0] < b[0];
borrow133arch/alpha/math-emu/ieee-math.cc[1] = a[1] - b[1] - borrow;