Home
last modified time | relevance | path

Searched refs:__fixunstfdi (Results 1 – 10 of 10) sorted by relevance

/external/llvm/test/CodeGen/PowerPC/
Dppcf128-2.ll8 … %tmp6 = tail call i64 @__fixunstfdi( ppc_fp128 %tmp5 ) nounwind ; <i64> [#uses=0]
14 declare i64 @__fixunstfdi(ppc_fp128)
Dint-fp-conv-1.ll4 define i64 @__fixunstfdi(ppc_fp128 %a) nounwind {
D2008-07-17-Fneg.ll5 define hidden i64 @__fixunstfdi(ppc_fp128 %a) nounwind {
D2008-10-28-f128-i32.ll3 define i64 @__fixunstfdi(ppc_fp128 %a) nounwind readnone {
/external/compiler-rt/test/Unit/
Dfixunstfdi_test.c27 du_int __fixunstfdi(long double a);
31 du_int x = __fixunstfdi(a); in test__fixunstfdi()
/external/compiler-rt/lib/ppc/
Dfixunstfdi.c10 uint64_t __fixunstfdi(long double input) in __fixunstfdi() function
/external/compiler-rt/lib/
Dapple_versioning.c84 NOT_HERE_BEFORE_10_6(__fixunstfdi)
/external/llvm/test/CodeGen/AArch64/
Dfp128.ll86 ; CHECK: bl __fixunstfdi
/external/llvm/test/CodeGen/Mips/
Dmips64-f128.ll190 ; CHECK: ld $25, %call16(__fixunstfdi)
/external/compiler-rt/
DREADME.txt149 uint64_t __fixunstfdi(long double input); // ppc only