Searched refs:__gcc_qdiv (Results 1 – 10 of 10) sorted by relevance
/llvm-project/compiler-rt/test/builtins/Unit/ppc/ |
H A D | qdiv_test.c | 6 long double __gcc_qdiv(long double x, long double y); 121 DD c = { .ld = __gcc_qdiv(a.ld, b.ld) }; in testEdgeCases() 751 DD c = { .ld = __gcc_qdiv(a.ld, b.ld) }; in testAccuracy()
|
/llvm-project/compiler-rt/lib/builtins/ppc/ |
H A D | divtc3.c | 49 DD real = {.ld = __gcc_qdiv(realNumerator, denom)}; in __divtc3() 50 DD imag = {.ld = __gcc_qdiv(imagNumerator, denom)}; in __divtc3()
|
H A D | DD.h | 43 long double __gcc_qdiv(long double, long double);
|
H A D | gcc_qdiv.c | 11 long double __gcc_qdiv(long double a, long double b) { in __gcc_qdiv() function
|
/llvm-project/llvm/test/CodeGen/PowerPC/ |
H A D | ppcf128sf.ll | 35 ; CHECK-LABEL: __gcc_qdiv
|
H A D | ppcf128-constrained-fp-intrinsics.ll | 147 ; PC64LE-NEXT: bl __gcc_qdiv 159 ; PC64LE9-NEXT: bl __gcc_qdiv 171 ; PC64-NEXT: bl __gcc_qdiv
|
/llvm-project/compiler-rt/lib/builtins/ |
H A D | apple_versioning.c | 143 NOT_HERE_BEFORE_10_6(__gcc_qdiv)
|
H A D | README.txt | 263 long double __gcc_qdiv(long double a, long double b);
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | RuntimeLibcalls.def | 109 HANDLE_LIBCALL(DIV_PPCF128, "__gcc_qdiv")
|
/llvm-project/llvm/test/CodeGen/ARM/ |
H A D | constant-island-movwt.mir | 72 @.str.78 = private unnamed_addr constant [11 x i8] c"__gcc_qdiv\00", align 1
|