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

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.