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

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.