Searched refs:copysignl (Results 1 – 7 of 7) sorted by relevance
/external/llvm/test/CodeGen/PowerPC/ |
D | 2008-12-02-LegalizeTypeAssert.ll | 9 …%0 = tail call ppc_fp128 @copysignl(ppc_fp128 0xM00000000000000000000000000000000, ppc_fp128 %a) n… 11 …%1 = tail call ppc_fp128 @copysignl(ppc_fp128 %iftmp.1.0, ppc_fp128 %b) nounwind readnone ; <ppc_… 18 declare ppc_fp128 @copysignl(ppc_fp128, ppc_fp128) nounwind readnone
|
D | 2008-10-31-PPCF128Libcalls.ll | 39 declare ppc_fp128 @copysignl(ppc_fp128, ppc_fp128) 42 %tmp = call ppc_fp128 @copysignl(ppc_fp128 %from, ppc_fp128 %to)
|
/external/llvm/test/CodeGen/X86/ |
D | 2009-02-12-SpillerBug.ll | 19 …%6 = tail call x86_fp80 @copysignl(x86_fp80 0xK00000000000000000000, x86_fp80 %a) nounwind readnon… 29 declare x86_fp80 @copysignl(x86_fp80, x86_fp80) nounwind readnone
|
/external/llvm/include/llvm/Target/ |
D | TargetLibraryInfo.h | 56 copysignl, enumerator
|
/external/llvm/lib/Target/ |
D | TargetLibraryInfo.cpp | 169 TLI.setUnavailable(LibFunc::copysignl); in initialize()
|
/external/clang/lib/Headers/ |
D | tgmath.h | 622 __tg_copysign(long double __x, long double __y) {return copysignl(__x, __y);} in __tg_copysign()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 5519 (LibInfo->has(LibFunc::copysignl) && Name == "copysignl")) { in visitCall()
|