Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/builtins/i386/
H A Dfloatdixf.S20 DEFINE_COMPILERRT_FUNCTION(__floatdixf)
29 END_COMPILERRT_FUNCTION(__floatdixf)
/llvm-project-15.0.7/compiler-rt/test/builtins/Unit/
H A Dfloatdixf_test.c16 long COMPILER_RT_ABI double __floatdixf(di_int a);
20 long double x = __floatdixf(a); in test__floatdixf()
/llvm-project-15.0.7/compiler-rt/lib/builtins/x86_64/
H A Dfloatdixf.c11 long double __floatdixf(int64_t a) { return (long double)a; } in __floatdixf() function
/llvm-project-15.0.7/compiler-rt/lib/builtins/
H A Dfloatdixf.c26 COMPILER_RT_ABI long double __floatdixf(di_int a) { in __floatdixf() function
H A Dapple_versioning.c89 NOT_HERE_BEFORE_10_6(__floatdixf)
H A DREADME.txt161 long double __floatdixf(di_int a);
/llvm-project-15.0.7/compiler-rt/test/builtins/timing/
H A Dfloatdixf.c6 #define FUNCTION_NAME __floatdixf
/llvm-project-15.0.7/llvm-libgcc/lib/
H A Dgcc_s.ver149 GCC_3.0 { __fixunsxfsi; __fixxfdi; __floatdixf; };
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def368 HANDLE_LIBCALL(SINTTOFP_I64_F80, "__floatdixf")