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

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.