Home
last modified time | relevance | path

Searched refs:copysignl (Results 1 – 7 of 7) sorted by relevance

/external/llvm/test/CodeGen/PowerPC/
D2008-12-02-LegalizeTypeAssert.ll9 …%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
D2008-10-31-PPCF128Libcalls.ll39 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/
D2009-02-12-SpillerBug.ll19 …%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/
DTargetLibraryInfo.h56 copysignl, enumerator
/external/llvm/lib/Target/
DTargetLibraryInfo.cpp169 TLI.setUnavailable(LibFunc::copysignl); in initialize()
/external/clang/lib/Headers/
Dtgmath.h622 __tg_copysign(long double __x, long double __y) {return copysignl(__x, __y);} in __tg_copysign()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5519 (LibInfo->has(LibFunc::copysignl) && Name == "copysignl")) { in visitCall()