tsdedhar 731461ebee initial commit, after a0 completion il y a 6 ans
..
README 731461ebee initial commit, after a0 completion il y a 6 ans
adddi3.c 731461ebee initial commit, after a0 completion il y a 6 ans
anddi3.c 731461ebee initial commit, after a0 completion il y a 6 ans
ashldi3.c 731461ebee initial commit, after a0 completion il y a 6 ans
ashrdi3.c 731461ebee initial commit, after a0 completion il y a 6 ans
cmpdi2.c 731461ebee initial commit, after a0 completion il y a 6 ans
divdi3.c 731461ebee initial commit, after a0 completion il y a 6 ans
iordi3.c 731461ebee initial commit, after a0 completion il y a 6 ans
longlong.h 731461ebee initial commit, after a0 completion il y a 6 ans
lshldi3.c 731461ebee initial commit, after a0 completion il y a 6 ans
lshrdi3.c 731461ebee initial commit, after a0 completion il y a 6 ans
moddi3.c 731461ebee initial commit, after a0 completion il y a 6 ans
muldi3.c 731461ebee initial commit, after a0 completion il y a 6 ans
negdi2.c 731461ebee initial commit, after a0 completion il y a 6 ans
notdi2.c 731461ebee initial commit, after a0 completion il y a 6 ans
qdivrem.c 731461ebee initial commit, after a0 completion il y a 6 ans
subdi3.c 731461ebee initial commit, after a0 completion il y a 6 ans
ucmpdi2.c 731461ebee initial commit, after a0 completion il y a 6 ans
udivdi3.c 731461ebee initial commit, after a0 completion il y a 6 ans
umoddi3.c 731461ebee initial commit, after a0 completion il y a 6 ans
xordi3.c 731461ebee initial commit, after a0 completion il y a 6 ans

README

These are support functions needed by gcc to perform operations on
64-bit integer types on 32-bit machines. The names are meaningful to
the gcc back end. The term "millicode" is sometimes used to describe
such compiler support code.

This code was taken from NetBSD's src/common/lib/libc/quad, and
polished some for OS/161.