Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/builtins/i386/
H A Dfloatdixf.S20 DEFINE_COMPILERRT_FUNCTION(__floatdixf)
29 END_COMPILERRT_FUNCTION(__floatdixf)
/freebsd-src/contrib/llvm-project/compiler-rt/lib/builtins/x86_64/
H A Dfloatdixf.c11 xf_float __floatdixf(int64_t a) { return (xf_float)a; } in __floatdixf() function
/freebsd-src/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfloatdixf.c26 COMPILER_RT_ABI xf_float __floatdixf(di_int a) { in __floatdixf() function
H A Dapple_versioning.c89 NOT_HERE_BEFORE_10_6(__floatdixf)
H A DREADME.txt164 long double __floatdixf(di_int a);
/freebsd-src/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h60 #define int64_to_floatx80 __floatdixf
/freebsd-src/lib/libgcc_s/
H A DSymbol.map44 __floatdixf;
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def413 HANDLE_LIBCALL(SINTTOFP_I64_F80, "__floatdixf")