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.