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

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.