tsdedhar 731461ebee initial commit, after a0 completion %!s(int64=6) %!d(string=hai) anos
..
README 731461ebee initial commit, after a0 completion %!s(int64=6) %!d(string=hai) anos
adddi3.c 731461ebee initial commit, after a0 completion %!s(int64=6) %!d(string=hai) anos
anddi3.c 731461ebee initial commit, after a0 completion %!s(int64=6) %!d(string=hai) anos
ashldi3.c 731461ebee initial commit, after a0 completion %!s(int64=6) %!d(string=hai) anos
ashrdi3.c 731461ebee initial commit, after a0 completion %!s(int64=6) %!d(string=hai) anos
cmpdi2.c 731461ebee initial commit, after a0 completion %!s(int64=6) %!d(string=hai) anos
divdi3.c 731461ebee initial commit, after a0 completion %!s(int64=6) %!d(string=hai) anos
iordi3.c 731461ebee initial commit, after a0 completion %!s(int64=6) %!d(string=hai) anos
longlong.h 731461ebee initial commit, after a0 completion %!s(int64=6) %!d(string=hai) anos
lshldi3.c 731461ebee initial commit, after a0 completion %!s(int64=6) %!d(string=hai) anos
lshrdi3.c 731461ebee initial commit, after a0 completion %!s(int64=6) %!d(string=hai) anos
moddi3.c 731461ebee initial commit, after a0 completion %!s(int64=6) %!d(string=hai) anos
muldi3.c 731461ebee initial commit, after a0 completion %!s(int64=6) %!d(string=hai) anos
negdi2.c 731461ebee initial commit, after a0 completion %!s(int64=6) %!d(string=hai) anos
notdi2.c 731461ebee initial commit, after a0 completion %!s(int64=6) %!d(string=hai) anos
qdivrem.c 731461ebee initial commit, after a0 completion %!s(int64=6) %!d(string=hai) anos
subdi3.c 731461ebee initial commit, after a0 completion %!s(int64=6) %!d(string=hai) anos
ucmpdi2.c 731461ebee initial commit, after a0 completion %!s(int64=6) %!d(string=hai) anos
udivdi3.c 731461ebee initial commit, after a0 completion %!s(int64=6) %!d(string=hai) anos
umoddi3.c 731461ebee initial commit, after a0 completion %!s(int64=6) %!d(string=hai) anos
xordi3.c 731461ebee initial commit, after a0 completion %!s(int64=6) %!d(string=hai) anos

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.