/llvm-project/compiler-rt/lib/builtins/ |
H A D | floatdidf.c | 27 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 D | apple_versioning.c | 86 NOT_HERE_BEFORE_10_6(__floatdidf) 259 NOT_HERE_UNTIL_AFTER_4_3(__floatdidf)
|
H A D | README.txt | 163 double __floatdidf(di_int a);
|
/llvm-project/compiler-rt/lib/builtins/i386/ |
H A D | floatdidf.S | 25 DEFINE_COMPILERRT_FUNCTION(__floatdidf) 38 END_COMPILERRT_FUNCTION(__floatdidf)
|
/llvm-project/compiler-rt/test/builtins/Unit/ |
H A D | floatdidf_test.c | 15 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 D | floatdidf.c | 11 double __floatdidf(int64_t a) { return (double)a; } in __floatdidf() function
|
/llvm-project/compiler-rt/test/builtins/timing/ |
H A D | floatdidf.c | 6 #define FUNCTION_NAME __floatdidf
|
/llvm-project/llvm/lib/Support/Windows/ |
H A D | explicit_symbols.inc | 51 EXPLICIT_SYMBOL(__floatdidf)
|
/llvm-project/llvm/test/CodeGen/X86/ |
H A D | x87.ll | 34 ; NOX87: __floatdidf
|
H A D | soft-sitofp.ll | 6 ; CHECK: call{{l|q}} __floatdidf
|
/llvm-project/llvm/test/CodeGen/SPARC/ |
H A D | float.ll | 126 ; V8: call __floatdidf 130 ; V9: call __floatdidf
|
/llvm-project/llvm-libgcc/ |
H A D | gcc_s.ver.in | 49 __fixunssfsi; __floatdidf; __floatdisf; __lshrdi3; __muldi3; __negdi2;
|
/llvm-project/llvm/test/CodeGen/RISCV/ |
H A D | double-convert-strict.ll | 505 ; RV32IFD-NEXT: call __floatdidf 519 ; RV32IZFINXZDINX-NEXT: call __floatdidf 533 ; RV32I-NEXT: call __floatdidf 542 ; RV64I-NEXT: call __floatdidf
|
H A D | double-convert.ll | 1138 ; 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 D | sitofp_and_uitofp.mir | 171 …; 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 D | fp-strict-conv-spe.ll | 163 ; SPE-NEXT: bl __floatdidf
|
/llvm-project/utils/bazel/llvm_configs/ |
H A D | config.h.cmake | 219 /* Have host's __floatdidf */
|
/llvm-project/llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/ |
H A D | sitofp_and_uitofp.ll | 66 ; MIPS32-NEXT: jal __floatdidf
|
/llvm-project/llvm/include/llvm/Config/ |
H A D | config.h.cmake | 219 /* Have host's __floatdidf */
|
/llvm-project/llvm/test/CodeGen/LoongArch/ir-instruction/ |
H A D | double-convert.ll | 86 ; LA32-NEXT: bl %plt(__floatdidf)
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | RuntimeLibcalls.def | 439 HANDLE_LIBCALL(SINTTOFP_I64_F64, "__floatdidf")
|
/llvm-project/llvm/cmake/ |
H A D | config-ix.cmake | 355 check_function_exists(__floatdidf HAVE___FLOATDIDF)
|