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

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.