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.