Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/builtins/
H A Dfloatdidf.c27 COMPILER_RT_ABI double __floatdidf(di_int a) { in __floatdidf() function
52 COMPILER_RT_ABI double __floatdidf(di_int a) { return __floatXiYf__(a); } in __floatdidf() function
57 AEABI_RTABI double __aeabi_l2d(di_int a) { return __floatdidf(a); } in __aeabi_l2d()
59 COMPILER_RT_ALIAS(__floatdidf, __aeabi_l2d)
64 COMPILER_RT_ALIAS(__floatdidf, __i64tod)
H A Dapple_versioning.c86 NOT_HERE_BEFORE_10_6(__floatdidf)
259 NOT_HERE_UNTIL_AFTER_4_3(__floatdidf)
H A DREADME.txt163 double __floatdidf(di_int a);
/llvm-project/compiler-rt/lib/builtins/i386/
H A Dfloatdidf.S25 DEFINE_COMPILERRT_FUNCTION(__floatdidf)
38 END_COMPILERRT_FUNCTION(__floatdidf)
/llvm-project/compiler-rt/test/builtins/Unit/
H A Dfloatdidf_test.c15 COMPILER_RT_ABI double __floatdidf(di_int a);
19 double x = __floatdidf(a); in test__floatdidf()
/llvm-project/compiler-rt/lib/builtins/x86_64/
H A Dfloatdidf.c11 double __floatdidf(int64_t a) { return (double)a; } in __floatdidf() function
/llvm-project/compiler-rt/test/builtins/timing/
H A Dfloatdidf.c6 #define FUNCTION_NAME __floatdidf
/llvm-project/llvm/lib/Support/Windows/
H A Dexplicit_symbols.inc51 EXPLICIT_SYMBOL(__floatdidf)
/llvm-project/llvm/test/CodeGen/X86/
H A Dx87.ll34 ; NOX87: __floatdidf
H A Dsoft-sitofp.ll6 ; CHECK: call{{l|q}} __floatdidf
/llvm-project/llvm/test/CodeGen/SPARC/
H A Dfloat.ll126 ; V8: call __floatdidf
130 ; V9: call __floatdidf
/llvm-project/llvm-libgcc/
H A Dgcc_s.ver.in49 __fixunssfsi; __floatdidf; __floatdisf; __lshrdi3; __muldi3; __negdi2;
/llvm-project/llvm/test/CodeGen/RISCV/
H A Ddouble-convert-strict.ll505 ; RV32IFD-NEXT: call __floatdidf
519 ; RV32IZFINXZDINX-NEXT: call __floatdidf
533 ; RV32I-NEXT: call __floatdidf
542 ; RV64I-NEXT: call __floatdidf
H A Ddouble-convert.ll1138 ; RV32IFD-NEXT: call __floatdidf
1152 ; RV32IZFINXZDINX-NEXT: call __floatdidf
1166 ; RV32I-NEXT: call __floatdidf
1175 ; RV64I-NEXT: call __floatdidf
/llvm-project/llvm/test/CodeGen/Mips/GlobalISel/legalizer/
H A Dsitofp_and_uitofp.mir171 …; FP32: JAL &__floatdidf, csr_o32, implicit-def $ra, implicit-def $sp, implicit $a0, implicit $a1,…
183 …; FP64: JAL &__floatdidf, csr_o32_fp64, implicit-def $ra, implicit-def $sp, implicit $a0, implicit…
/llvm-project/llvm/test/CodeGen/PowerPC/
H A Dfp-strict-conv-spe.ll163 ; SPE-NEXT: bl __floatdidf
/llvm-project/utils/bazel/llvm_configs/
H A Dconfig.h.cmake219 /* Have host's __floatdidf */
/llvm-project/llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/
H A Dsitofp_and_uitofp.ll66 ; MIPS32-NEXT: jal __floatdidf
/llvm-project/llvm/include/llvm/Config/
H A Dconfig.h.cmake219 /* Have host's __floatdidf */
/llvm-project/llvm/test/CodeGen/LoongArch/ir-instruction/
H A Ddouble-convert.ll86 ; LA32-NEXT: bl %plt(__floatdidf)
/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def439 HANDLE_LIBCALL(SINTTOFP_I64_F64, "__floatdidf")
/llvm-project/llvm/cmake/
H A Dconfig-ix.cmake355 check_function_exists(__floatdidf HAVE___FLOATDIDF)