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

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.