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

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.