Home
last modified time | relevance | path

Searched refs:__floatundidf (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfloatundidf.c27 COMPILER_RT_ABI double __floatundidf(du_int a) { in __floatundidf() function
58 COMPILER_RT_ABI double __floatundidf(du_int a) { return __floatXiYf__(a); } in __floatundidf() function
63 AEABI_RTABI double __aeabi_ul2d(du_int a) { return __floatundidf(a); } in __aeabi_ul2d()
65 COMPILER_RT_ALIAS(__floatundidf, __aeabi_ul2d)
70 COMPILER_RT_ALIAS(__floatundidf, __u64tod)
H A Dapple_versioning.c93 NOT_HERE_BEFORE_10_6(__floatundidf)
265 NOT_HERE_UNTIL_AFTER_4_3(__floatundidf)
H A DREADME.txt173 double __floatundidf(du_int a);
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/x86_64/
H A Dfloatundidf.S37 DEFINE_COMPILERRT_FUNCTION(__floatundidf)
46 END_COMPILERRT_FUNCTION(__floatundidf)
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/i386/
H A Dfloatundidf.S37 DEFINE_COMPILERRT_FUNCTION(__floatundidf)
49 END_COMPILERRT_FUNCTION(__floatundidf)
/freebsd/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h74 #define uint64_to_float64 __floatundidf
/freebsd/lib/libgcc_s/
H A DSymbol.map173 __floatundidf;
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def394 HANDLE_LIBCALL(UINTTOFP_I64_F64, "__floatundidf")