llvm-project/compiler-rt/lib/builtins/ppc
Lei Huang 71f4761431 [PowerPC][compiler-rt][builtins]Fix __fixunstfti builtin on PowerPC
__fixunstfti converts a long double (IBM double-double) to an unsigned 128 bit
integer.  This patch enables it to handle a previously unhandled case in which
a negative low double may impact the result of the conversion.

Collaborated with @masoud.ataei and @renenkel.
Patch By: Baptiste Saleil

Differential Revision: https://reviews.llvm.org/D69193
2019-11-08 11:57:09 -06:00
..
DD.h [builtins] Use single line C++/C99 comment style 2019-04-28 22:47:49 +00:00
divtc3.c [builtins] Use single line C++/C99 comment style 2019-04-28 22:47:49 +00:00
fixtfdi.c [builtins] Use single line C++/C99 comment style 2019-04-28 22:47:49 +00:00
fixunstfdi.c [builtins] Use single line C++/C99 comment style 2019-04-28 22:47:49 +00:00
fixunstfti.c [PowerPC][compiler-rt][builtins]Fix __fixunstfti builtin on PowerPC 2019-11-08 11:57:09 -06:00
floatditf.c [builtins] Use single line C++/C99 comment style 2019-04-28 22:47:49 +00:00
floattitf.c [builtins] Use single line C++/C99 comment style 2019-04-28 22:47:49 +00:00
floatunditf.c [builtins] Use single line C++/C99 comment style 2019-04-28 22:47:49 +00:00
gcc_qadd.c [builtins] Use single line C++/C99 comment style 2019-04-28 22:47:49 +00:00
gcc_qdiv.c [builtins] Use single line C++/C99 comment style 2019-04-28 22:47:49 +00:00
gcc_qmul.c [builtins] Use single line C++/C99 comment style 2019-04-28 22:47:49 +00:00
gcc_qsub.c [builtins] Use single line C++/C99 comment style 2019-04-28 22:47:49 +00:00
multc3.c [builtins] Use single line C++/C99 comment style 2019-04-28 22:47:49 +00:00
restFP.S Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
saveFP.S Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00