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

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.