Home
last modified time | relevance | path

Searched refs:__floatditf (Results 1 – 25 of 36) sorted by relevance

12

/external/llvm-project/compiler-rt/lib/builtins/ppc/
Dfloattitf.c17 long double __floatditf(int64_t);
38 long double ConvertedHiPart = __floatditf(ArgHiPart); in __floattitf()
Dfloatditf.c10 long double __floatditf(int64_t a) { in __floatditf() function
/external/compiler-rt/test/builtins/Unit/ppc/
Dfloatditf_test.c4 COMPILER_RT_ABI long double __floatditf(int64_t);
18 computed.ld = __floatditf(tests[i].input); in main()
/external/compiler-rt/test/builtins/Unit/
Dfloatditf_test.c25 COMPILER_RT_ABI long double __floatditf(long long a);
29 long double x = __floatditf(a); in test__floatditf()
/external/llvm-project/compiler-rt/test/builtins/Unit/ppc/
Dfloatditf_test.c7 COMPILER_RT_ABI long double __floatditf(int64_t);
21 computed.ld = __floatditf(tests[i].input); in main()
/external/llvm-project/compiler-rt/test/builtins/Unit/
Dfloatditf_test.c15 COMPILER_RT_ABI long double __floatditf(long long a);
19 long double x = __floatditf(a); in test__floatditf()
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dstubs.ll9 ; CHECK: bl __floatditf
Dppcf128-4.ll3 define ppc_fp128 @__floatditf(i64 %u) nounwind {
Dint-fp-conv-1.ll2 ; CHECK-NOT: __floatditf
Dppcf128-constrained-fp-intrinsics.ll1648 ; PC64LE-NEXT: bl __floatditf
1660 ; PC64LE9-NEXT: bl __floatditf
1672 ; PC64-NEXT: bl __floatditf
1725 ; PC64LE-NEXT: bl __floatditf
1760 ; PC64LE9-NEXT: bl __floatditf
1795 ; PC64-NEXT: bl __floatditf
D2008-10-28-f128-i32.ll120 ; CHECK-NEXT: bl __floatditf
/external/compiler-rt/lib/builtins/ppc/
Dfloatditf.c10 long double __floatditf(int64_t a) { in __floatditf() function
/external/llvm/test/CodeGen/PowerPC/
Dppcf128-4.ll3 define ppc_fp128 @__floatditf(i64 %u) nounwind {
Dint-fp-conv-1.ll2 ; CHECK-NOT: __floatditf
/external/llvm-project/compiler-rt/lib/builtins/
Dfloatditf.c19 COMPILER_RT_ABI fp_t __floatditf(di_int a) { in __floatditf() function
Dapple_versioning.c88 NOT_HERE_BEFORE_10_6(__floatditf)
/external/compiler-rt/lib/builtins/
Dfloatditf.c20 COMPILER_RT_ABI fp_t __floatditf(di_int a) { in __floatditf() function
Dapple_versioning.c93 NOT_HERE_BEFORE_10_6(__floatditf)
/external/llvm/test/CodeGen/X86/
Dfp128-cast.ll202 ; X32: calll __floatditf
207 ; X64-NEXT: callq __floatditf
/external/swiftshader/third_party/subzero/runtime/
Dwasm-runtime.cpp198 UNIMPLEMENTED(__floatditf)
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def337 HANDLE_LIBCALL(SINTTOFP_I64_F128, "__floatditf")
338 HANDLE_LIBCALL(SINTTOFP_I64_PPCF128, "__floatditf")
/external/llvm-project/llvm/include/llvm/IR/
DRuntimeLibcalls.def352 HANDLE_LIBCALL(SINTTOFP_I64_F128, "__floatditf")
353 HANDLE_LIBCALL(SINTTOFP_I64_PPCF128, "__floatditf")
/external/llvm/test/CodeGen/AArch64/
Darm64-fp128.ll102 ; CHECK: bl __floatditf
/external/llvm-project/llvm/test/CodeGen/X86/
Dfp128-cast.ll813 ; X64-SSE-NEXT: callq __floatditf
826 ; X32-NEXT: calll __floatditf
844 ; X64-AVX-NEXT: callq __floatditf
/external/llvm-project/llvm/test/CodeGen/AArch64/
Darm64-fp128.ll170 ; CHECK-NEXT: bl __floatditf

12