Home
last modified time | relevance | path

Searched refs:__floatdidf (Results 1 – 25 of 35) sorted by relevance

12

/external/llvm-project/compiler-rt/lib/builtins/
Dfloatdidf.c27 COMPILER_RT_ABI double __floatdidf(di_int a) { in __floatdidf() function
48 COMPILER_RT_ABI double __floatdidf(di_int a) { in __floatdidf() function
99 AEABI_RTABI double __aeabi_l2d(di_int a) { return __floatdidf(a); } in __aeabi_l2d()
101 COMPILER_RT_ALIAS(__floatdidf, __aeabi_l2d)
Dmingw_fixfloat.c15 COMPILER_RT_ABI double __floatdidf(di_int a);
28 COMPILER_RT_ABI double __i64tod(di_int a) { return __floatdidf(a); } in __i64tod()
Dapple_versioning.c86 NOT_HERE_BEFORE_10_6(__floatdidf)
259 NOT_HERE_UNTIL_AFTER_4_3(__floatdidf)
/external/llvm-project/compiler-rt/lib/builtins/i386/
Dfloatdidf.S25 DEFINE_COMPILERRT_FUNCTION(__floatdidf)
38 END_COMPILERRT_FUNCTION(__floatdidf)
/external/compiler-rt/lib/builtins/i386/
Dfloatdidf.S24 DEFINE_COMPILERRT_FUNCTION(__floatdidf)
37 END_COMPILERRT_FUNCTION(__floatdidf)
/external/compiler-rt/test/builtins/Unit/
Dfloatdidf_test.c25 COMPILER_RT_ABI double __floatdidf(di_int a);
29 double x = __floatdidf(a); in test__floatdidf()
/external/llvm-project/compiler-rt/test/builtins/Unit/
Dfloatdidf_test.c15 COMPILER_RT_ABI double __floatdidf(di_int a);
19 double x = __floatdidf(a); in test__floatdidf()
/external/compiler-rt/lib/builtins/
Dfloatdidf.c33 __floatdidf(di_int a) in ARM_EABI_FNALIAS()
53 __floatdidf(di_int a)
Dapple_versioning.c91 NOT_HERE_BEFORE_10_6(__floatdidf)
266 NOT_HERE_UNTIL_AFTER_4_3(__floatdidf)
/external/compiler-rt/lib/builtins/x86_64/
Dfloatdidf.c11 double __floatdidf(int64_t a) in __floatdidf() function
/external/llvm-project/compiler-rt/lib/builtins/x86_64/
Dfloatdidf.c11 double __floatdidf(int64_t a) { return (double)a; } in __floatdidf() function
/external/llvm-project/compiler-rt/test/builtins/timing/
Dfloatdidf.c6 #define FUNCTION_NAME __floatdidf
/external/compiler-rt/test/builtins/timing/
Dfloatdidf.c6 #define FUNCTION_NAME __floatdidf
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
Dexplicit_symbols.inc51 EXPLICIT_SYMBOL(__floatdidf)
/external/llvm-project/llvm/lib/Support/Windows/
Dexplicit_symbols.inc51 EXPLICIT_SYMBOL(__floatdidf)
/external/llvm/lib/Support/Windows/
Dexplicit_symbols.inc51 EXPLICIT_SYMBOL(__floatdidf)
/external/llvm-project/llvm/test/CodeGen/X86/
Dx87.ll34 ; NOX87: __floatdidf
Dsoft-sitofp.ll6 ; CHECK: call{{l|q}} __floatdidf
/external/llvm/test/CodeGen/X86/
Dx87.ll31 ; NOX87: __floatdidf
Dsoft-sitofp.ll6 ; CHECK: call{{l|q}} __floatdidf
/external/llvm/test/CodeGen/SPARC/
Dfloat.ll126 ; V8: call __floatdidf
130 ; V9: call __floatdidf
/external/llvm-project/llvm/test/CodeGen/SPARC/
Dfloat.ll126 ; V8: call __floatdidf
130 ; V9: call __floatdidf
/external/llvm-project/llvm/test/CodeGen/RISCV/
Ddouble-convert.ll207 ; RV32IFD-NEXT: call __floatdidf
/external/llvm-project/llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/
Dsitofp_and_uitofp.ll70 ; MIPS32-NEXT: jal __floatdidf
/external/llvm-project/llvm/include/llvm/Config/
Dconfig.h.cmake268 /* Have host's __floatdidf */

12