llvm-project/compiler-rt/test/builtins/Unit/ppc
Amy Kwan 0b7c9e535b [compiler-rt][builtins][PowerPC] Implemented __floattitf builtin on PowerPC
This patch implements the long double __floattitf (int128_t) method for
PowerPC -- specifically to convert a 128 bit integer into a long double
(IBM double-double).

To invoke this method, one can do so by linking against compiler-rt, via the
--rtlib=compiler-rt command line option supplied to clang.

Differential Revision: https://reviews.llvm.org/D54313/

llvm-svn: 350818
2019-01-10 13:23:33 +00:00
..
DD.h
fixtfdi_test.c [compiler-rt][builtins][PowerPC] Enable builtins tests on PowerPC 64 bit LE 2018-12-19 15:52:41 +00:00
fixunstfti_test.c [compiler-rt][builtins][PowerPC] Implemented __fixunstfti builtin on PowerPC 2019-01-10 12:30:12 +00:00
fixunstfti_test.h [compiler-rt][builtins][PowerPC] Implemented __fixunstfti builtin on PowerPC 2019-01-10 12:30:12 +00:00
floatditf_test.c [compiler-rt][builtins][PowerPC] Enable builtins tests on PowerPC 64 bit LE 2018-12-19 15:52:41 +00:00
floatditf_test.h
floattitf_test.c [compiler-rt][builtins][PowerPC] Implemented __floattitf builtin on PowerPC 2019-01-10 13:23:33 +00:00
floattitf_test.h [compiler-rt][builtins][PowerPC] Implemented __floattitf builtin on PowerPC 2019-01-10 13:23:33 +00:00
floatunditf_test.c [compiler-rt][builtins][PowerPC] Enable builtins tests on PowerPC 64 bit LE 2018-12-19 15:52:41 +00:00
floatunditf_test.h
qadd_test.c [compiler-rt][builtins][PowerPC] Enable builtins tests on PowerPC 64 bit LE 2018-12-19 15:52:41 +00:00
qdiv_test.c [compiler-rt][builtins][PowerPC] Enable builtins tests on PowerPC 64 bit LE 2018-12-19 15:52:41 +00:00
qmul_test.c [compiler-rt][builtins][PowerPC] Enable builtins tests on PowerPC 64 bit LE 2018-12-19 15:52:41 +00:00
qsub_test.c [compiler-rt][builtins][PowerPC] Enable builtins tests on PowerPC 64 bit LE 2018-12-19 15:52:41 +00:00
test