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

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.