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

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.