| /llvm-project-15.0.7/compiler-rt/lib/builtins/ |
| H A D | floatdisf.c | 22 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 D | apple_versioning.c | 87 NOT_HERE_BEFORE_10_6(__floatdisf) 260 NOT_HERE_UNTIL_AFTER_4_3(__floatdisf)
|
| H A D | README.txt | 159 float __floatdisf(di_int a);
|
| /llvm-project-15.0.7/compiler-rt/lib/builtins/i386/ |
| H A D | floatdisf.S | 20 DEFINE_COMPILERRT_FUNCTION(__floatdisf) 31 END_COMPILERRT_FUNCTION(__floatdisf)
|
| /llvm-project-15.0.7/compiler-rt/test/builtins/Unit/ |
| H A D | floatdisf_test.c | 15 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 D | floatdisf.c | 9 float __floatdisf(int64_t a) { return (float)a; } in __floatdisf() function
|
| /llvm-project-15.0.7/compiler-rt/test/builtins/timing/ |
| H A D | floatdisf.c | 6 #define FUNCTION_NAME __floatdisf
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | pr38819.ll | 15 ; CHECK-NEXT: calll __floatdisf
|
| H A D | x87.ll | 19 ; NOX8732: __floatdisf
|
| H A D | soft-sitofp.ll | 14 ; CHECK: call{{l|q}} __floatdisf
|
| /llvm-project-15.0.7/llvm/lib/Support/Windows/ |
| H A D | explicit_symbols.inc | 54 EXPLICIT_SYMBOL(__floatdisf)
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SPARC/ |
| H A D | float.ll | 83 ; V8: call __floatdisf 87 ; V9: call __floatdisf
|
| /llvm-project-15.0.7/llvm-libgcc/lib/ |
| H A D | gcc_s.ver | 49 __fixunssfsi; __floatdidf; __floatdisf; __lshrdi3; __muldi3; __negdi2;
|
| /llvm-project-15.0.7/llvm/test/CodeGen/RISCV/ |
| H A D | float-convert-strict.ll | 326 ; RV32IF-NEXT: call __floatdisf@plt 340 ; RV32I-NEXT: call __floatdisf@plt 349 ; RV64I-NEXT: call __floatdisf@plt
|
| H A D | float-convert.ll | 919 ; RV32IF-NEXT: call __floatdisf@plt 933 ; RV32I-NEXT: call __floatdisf@plt 942 ; RV64I-NEXT: call __floatdisf@plt
|
| H A D | half-convert.ll | 1800 ; RV32I-NEXT: call __floatdisf@plt 1810 ; RV64I-NEXT: call __floatdisf@plt
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Mips/GlobalISel/legalizer/ |
| H A D | sitofp_and_uitofp.mir | 39 …; 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 D | float-convert.ll | 399 ; LA32F-NEXT: bl __floatdisf 408 ; LA32D-NEXT: bl __floatdisf
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | fp-strict-conv-spe.ll | 236 ; SPE-NEXT: bl __floatdisf
|
| H A D | handle-f16-storage-type.ll | 522 ; SOFT-NEXT: bl __floatdisf
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/ |
| H A D | sitofp_and_uitofp.ll | 12 ; MIPS32-NEXT: jal __floatdisf
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | RuntimeLibcalls.def | 366 HANDLE_LIBCALL(SINTTOFP_I64_F32, "__floatdisf")
|