llvm-project/compiler-rt/lib/builtins/ppc
Lei Huang 9e676d9c7e [PowerPC][compiler-rt][builtins]Add __fixtfti builtin on PowerPC
Implements __fixtfti builtin for PowerPC. This builtin converts a
long double (IBM double-double) to a signed int128. The conversion relies on
the unsigned conversion of the absolute value of the long double.

Tests included for both positive and negative long doubles.

Patch By: Baptiste Saleil

Differential Revision: https://reviews.llvm.org/D69730
2019-11-25 14:54:03 -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
fixtfti.c [PowerPC][compiler-rt][builtins]Add __fixtfti builtin on PowerPC 2019-11-25 14:54:03 -06: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