Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/builtins/
H A Dfloatdisf.c22 COMPILER_RT_ABI float __floatdisf(di_int a) { in __floatdisf() function
71 AEABI_RTABI float __aeabi_l2f(di_int a) { return __floatdisf(a); } in __aeabi_l2f()
73 COMPILER_RT_ALIAS(__floatdisf, __aeabi_l2f)
78 COMPILER_RT_ALIAS(__floatdisf, __i64tos)
H A Dapple_versioning.c87 NOT_HERE_BEFORE_10_6(__floatdisf)
260 NOT_HERE_UNTIL_AFTER_4_3(__floatdisf)
H A DREADME.txt159 float __floatdisf(di_int a);
/llvm-project-15.0.7/compiler-rt/lib/builtins/i386/
H A Dfloatdisf.S20 DEFINE_COMPILERRT_FUNCTION(__floatdisf)
31 END_COMPILERRT_FUNCTION(__floatdisf)
/llvm-project-15.0.7/compiler-rt/test/builtins/Unit/
H A Dfloatdisf_test.c15 COMPILER_RT_ABI float __floatdisf(di_int a);
19 float x = __floatdisf(a); in test__floatdisf()
/llvm-project-15.0.7/compiler-rt/lib/builtins/x86_64/
H A Dfloatdisf.c9 float __floatdisf(int64_t a) { return (float)a; } in __floatdisf() function
/llvm-project-15.0.7/compiler-rt/test/builtins/timing/
H A Dfloatdisf.c6 #define FUNCTION_NAME __floatdisf
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dpr38819.ll15 ; CHECK-NEXT: calll __floatdisf
H A Dx87.ll19 ; NOX8732: __floatdisf
H A Dsoft-sitofp.ll14 ; CHECK: call{{l|q}} __floatdisf
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A Dexplicit_symbols.inc54 EXPLICIT_SYMBOL(__floatdisf)
/llvm-project-15.0.7/llvm/test/CodeGen/SPARC/
H A Dfloat.ll83 ; V8: call __floatdisf
87 ; V9: call __floatdisf
/llvm-project-15.0.7/llvm-libgcc/lib/
H A Dgcc_s.ver49 __fixunssfsi; __floatdidf; __floatdisf; __lshrdi3; __muldi3; __negdi2;
/llvm-project-15.0.7/llvm/test/CodeGen/RISCV/
H A Dfloat-convert-strict.ll326 ; RV32IF-NEXT: call __floatdisf@plt
340 ; RV32I-NEXT: call __floatdisf@plt
349 ; RV64I-NEXT: call __floatdisf@plt
H A Dfloat-convert.ll919 ; RV32IF-NEXT: call __floatdisf@plt
933 ; RV32I-NEXT: call __floatdisf@plt
942 ; RV64I-NEXT: call __floatdisf@plt
H A Dhalf-convert.ll1800 ; RV32I-NEXT: call __floatdisf@plt
1810 ; RV64I-NEXT: call __floatdisf@plt
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/GlobalISel/legalizer/
H A Dsitofp_and_uitofp.mir39 …; FP32: JAL &__floatdisf, csr_o32, implicit-def $ra, implicit-def $sp, implicit $a0, implicit $a1,…
51 …; FP64: JAL &__floatdisf, csr_o32_fp64, implicit-def $ra, implicit-def $sp, implicit $a0, implicit…
/llvm-project-15.0.7/llvm/test/CodeGen/LoongArch/ir-instruction/
H A Dfloat-convert.ll399 ; LA32F-NEXT: bl __floatdisf
408 ; LA32D-NEXT: bl __floatdisf
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dfp-strict-conv-spe.ll236 ; SPE-NEXT: bl __floatdisf
H A Dhandle-f16-storage-type.ll522 ; SOFT-NEXT: bl __floatdisf
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/
H A Dsitofp_and_uitofp.ll12 ; MIPS32-NEXT: jal __floatdisf
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def366 HANDLE_LIBCALL(SINTTOFP_I64_F32, "__floatdisf")