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