Home
last modified time | relevance | path

Searched refs:__fixunsdfdi (Results 1 – 25 of 31) sorted by relevance

12

/external/llvm-project/compiler-rt/lib/builtins/
Dfixunsdfdi.c16 COMPILER_RT_ABI du_int __fixunsdfdi(double a) { in __fixunsdfdi() function
32 COMPILER_RT_ABI du_int __fixunsdfdi(fp_t a) { return __fixuint(a); } in __fixunsdfdi() function
38 AEABI_RTABI du_int __aeabi_d2ulz(fp_t a) { return __fixunsdfdi(a); } in __aeabi_d2ulz()
40 COMPILER_RT_ALIAS(__fixunsdfdi, __aeabi_d2ulz)
Dfixdfdi.c16 COMPILER_RT_ABI du_int __fixunsdfdi(double a);
20 return -__fixunsdfdi(-a); in __fixdfdi()
22 return __fixunsdfdi(a); in __fixdfdi()
Dmingw_fixfloat.c13 COMPILER_RT_ABI du_int __fixunsdfdi(double a);
24 COMPILER_RT_ABI du_int __dtou64(double a) { return __fixunsdfdi(a); } in __dtou64()
Dapple_versioning.c74 NOT_HERE_BEFORE_10_6(__fixunsdfdi)
253 NOT_HERE_UNTIL_AFTER_4_3(__fixunsdfdi)
/external/compiler-rt/lib/builtins/
Dfixdfdi.c20 COMPILER_RT_ABI du_int __fixunsdfdi(double a);
26 return -__fixunsdfdi(-a); in __fixdfdi()
28 return __fixunsdfdi(a); in __fixdfdi()
Dfixunsdfdi.c22 __fixunsdfdi(double a) in ARM_EABI_FNALIAS()
40 __fixunsdfdi(fp_t a) {
Dapple_versioning.c79 NOT_HERE_BEFORE_10_6(__fixunsdfdi)
260 NOT_HERE_UNTIL_AFTER_4_3(__fixunsdfdi)
/external/compiler-rt/test/builtins/Unit/
Dfixunsdfdi_test.c27 COMPILER_RT_ABI du_int __fixunsdfdi(double a);
31 du_int x = __fixunsdfdi(a); in test__fixunsdfdi()
/external/llvm-project/compiler-rt/test/builtins/Unit/
Dfixunsdfdi_test.c17 COMPILER_RT_ABI du_int __fixunsdfdi(double a);
21 du_int x = __fixunsdfdi(a); in test__fixunsdfdi()
/external/llvm-project/llvm/test/Transforms/InstCombine/
D2006-12-05-fp-to-int-ext.ll5 ; and it causes libgcc to be compile __fixunsdfdi into a recursive
/external/llvm/test/Transforms/InstCombine/
D2006-12-05-fp-to-int-ext.ll5 ; and it causes libgcc to be compile __fixunsdfdi into a recursive
/external/llvm-project/llvm/test/CodeGen/ARM/
Dfixunsdfdi.ll4 define hidden i64 @__fixunsdfdi(double %x) nounwind readnone {
/external/llvm/test/CodeGen/ARM/
Dfixunsdfdi.ll4 define hidden i64 @__fixunsdfdi(double %x) nounwind readnone {
/external/llvm-project/llvm/lib/Support/Windows/
Dexplicit_symbols.inc45 EXPLICIT_SYMBOL(__fixunsdfdi)
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
Dexplicit_symbols.inc45 EXPLICIT_SYMBOL(__fixunsdfdi)
/external/llvm/lib/Support/Windows/
Dexplicit_symbols.inc45 EXPLICIT_SYMBOL(__fixunsdfdi)
/external/llvm/test/CodeGen/SPARC/
Dfloat.ll212 ; V8: call __fixunsdfdi
216 ; V9: call __fixunsdfdi
/external/llvm-project/llvm/test/CodeGen/SPARC/
Dfloat.ll212 ; V8: call __fixunsdfdi
216 ; V9: call __fixunsdfdi
/external/llvm/test/CodeGen/X86/
Dsoft-sitofp.ll102 ; CHECK: call{{l|q}} __fixunsdfdi
/external/llvm-project/llvm/test/CodeGen/X86/
Dsoft-sitofp.ll102 ; CHECK: call{{l|q}} __fixunsdfdi
/external/llvm-project/llvm/test/CodeGen/RISCV/
Ddouble-convert.ll159 ; RV32IFD-NEXT: call __fixunsdfdi
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dfp-strict-conv-spe.ll71 ; SPE-NEXT: bl __fixunsdfdi
/external/llvm-project/llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/
Dfptosi_and_fptoui.ll220 ; MIPS32-NEXT: jal __fixunsdfdi
/external/llvm-project/llvm/test/CodeGen/Mips/GlobalISel/legalizer/
Dfptosi_and_fptoui.mir501 …; FP32: JAL &__fixunsdfdi, csr_o32, implicit-def $ra, implicit-def $sp, implicit $d6, implicit-def…
513 …; FP64: JAL &__fixunsdfdi, csr_o32_fp64, implicit-def $ra, implicit-def $sp, implicit $d12_64, imp…
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def318 HANDLE_LIBCALL(FPTOUINT_F64_I64, "__fixunsdfdi")

12