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

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.