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

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.