tsdedhar 731461ebee initial commit, after a0 completion пре 6 година
..
README 731461ebee initial commit, after a0 completion пре 6 година
adddi3.c 731461ebee initial commit, after a0 completion пре 6 година
anddi3.c 731461ebee initial commit, after a0 completion пре 6 година
ashldi3.c 731461ebee initial commit, after a0 completion пре 6 година
ashrdi3.c 731461ebee initial commit, after a0 completion пре 6 година
cmpdi2.c 731461ebee initial commit, after a0 completion пре 6 година
divdi3.c 731461ebee initial commit, after a0 completion пре 6 година
iordi3.c 731461ebee initial commit, after a0 completion пре 6 година
longlong.h 731461ebee initial commit, after a0 completion пре 6 година
lshldi3.c 731461ebee initial commit, after a0 completion пре 6 година
lshrdi3.c 731461ebee initial commit, after a0 completion пре 6 година
moddi3.c 731461ebee initial commit, after a0 completion пре 6 година
muldi3.c 731461ebee initial commit, after a0 completion пре 6 година
negdi2.c 731461ebee initial commit, after a0 completion пре 6 година
notdi2.c 731461ebee initial commit, after a0 completion пре 6 година
qdivrem.c 731461ebee initial commit, after a0 completion пре 6 година
subdi3.c 731461ebee initial commit, after a0 completion пре 6 година
ucmpdi2.c 731461ebee initial commit, after a0 completion пре 6 година
udivdi3.c 731461ebee initial commit, after a0 completion пре 6 година
umoddi3.c 731461ebee initial commit, after a0 completion пре 6 година
xordi3.c 731461ebee initial commit, after a0 completion пре 6 година

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.