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

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.