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

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.