tsdedhar 731461ebee initial commit, after a0 completion 6 năm trước cách đây
..
README 731461ebee initial commit, after a0 completion 6 năm trước cách đây
adddi3.c 731461ebee initial commit, after a0 completion 6 năm trước cách đây
anddi3.c 731461ebee initial commit, after a0 completion 6 năm trước cách đây
ashldi3.c 731461ebee initial commit, after a0 completion 6 năm trước cách đây
ashrdi3.c 731461ebee initial commit, after a0 completion 6 năm trước cách đây
cmpdi2.c 731461ebee initial commit, after a0 completion 6 năm trước cách đây
divdi3.c 731461ebee initial commit, after a0 completion 6 năm trước cách đây
iordi3.c 731461ebee initial commit, after a0 completion 6 năm trước cách đây
longlong.h 731461ebee initial commit, after a0 completion 6 năm trước cách đây
lshldi3.c 731461ebee initial commit, after a0 completion 6 năm trước cách đây
lshrdi3.c 731461ebee initial commit, after a0 completion 6 năm trước cách đây
moddi3.c 731461ebee initial commit, after a0 completion 6 năm trước cách đây
muldi3.c 731461ebee initial commit, after a0 completion 6 năm trước cách đây
negdi2.c 731461ebee initial commit, after a0 completion 6 năm trước cách đây
notdi2.c 731461ebee initial commit, after a0 completion 6 năm trước cách đây
qdivrem.c 731461ebee initial commit, after a0 completion 6 năm trước cách đây
subdi3.c 731461ebee initial commit, after a0 completion 6 năm trước cách đây
ucmpdi2.c 731461ebee initial commit, after a0 completion 6 năm trước cách đây
udivdi3.c 731461ebee initial commit, after a0 completion 6 năm trước cách đây
umoddi3.c 731461ebee initial commit, after a0 completion 6 năm trước cách đây
xordi3.c 731461ebee initial commit, after a0 completion 6 năm trước cách đây

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.