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

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.