Searched refs:__fixunsdfdi (Results 1 – 25 of 31) sorted by relevance
12
/external/llvm-project/compiler-rt/lib/builtins/ |
D | fixunsdfdi.c | 16 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)
|
D | fixdfdi.c | 16 COMPILER_RT_ABI du_int __fixunsdfdi(double a); 20 return -__fixunsdfdi(-a); in __fixdfdi() 22 return __fixunsdfdi(a); in __fixdfdi()
|
D | mingw_fixfloat.c | 13 COMPILER_RT_ABI du_int __fixunsdfdi(double a); 24 COMPILER_RT_ABI du_int __dtou64(double a) { return __fixunsdfdi(a); } in __dtou64()
|
D | apple_versioning.c | 74 NOT_HERE_BEFORE_10_6(__fixunsdfdi) 253 NOT_HERE_UNTIL_AFTER_4_3(__fixunsdfdi)
|
/external/compiler-rt/lib/builtins/ |
D | fixdfdi.c | 20 COMPILER_RT_ABI du_int __fixunsdfdi(double a); 26 return -__fixunsdfdi(-a); in __fixdfdi() 28 return __fixunsdfdi(a); in __fixdfdi()
|
D | fixunsdfdi.c | 22 __fixunsdfdi(double a) in ARM_EABI_FNALIAS() 40 __fixunsdfdi(fp_t a) {
|
D | apple_versioning.c | 79 NOT_HERE_BEFORE_10_6(__fixunsdfdi) 260 NOT_HERE_UNTIL_AFTER_4_3(__fixunsdfdi)
|
/external/compiler-rt/test/builtins/Unit/ |
D | fixunsdfdi_test.c | 27 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/ |
D | fixunsdfdi_test.c | 17 COMPILER_RT_ABI du_int __fixunsdfdi(double a); 21 du_int x = __fixunsdfdi(a); in test__fixunsdfdi()
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | 2006-12-05-fp-to-int-ext.ll | 5 ; and it causes libgcc to be compile __fixunsdfdi into a recursive
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2006-12-05-fp-to-int-ext.ll | 5 ; and it causes libgcc to be compile __fixunsdfdi into a recursive
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | fixunsdfdi.ll | 4 define hidden i64 @__fixunsdfdi(double %x) nounwind readnone {
|
/external/llvm/test/CodeGen/ARM/ |
D | fixunsdfdi.ll | 4 define hidden i64 @__fixunsdfdi(double %x) nounwind readnone {
|
/external/llvm-project/llvm/lib/Support/Windows/ |
D | explicit_symbols.inc | 45 EXPLICIT_SYMBOL(__fixunsdfdi)
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | explicit_symbols.inc | 45 EXPLICIT_SYMBOL(__fixunsdfdi)
|
/external/llvm/lib/Support/Windows/ |
D | explicit_symbols.inc | 45 EXPLICIT_SYMBOL(__fixunsdfdi)
|
/external/llvm/test/CodeGen/SPARC/ |
D | float.ll | 212 ; V8: call __fixunsdfdi 216 ; V9: call __fixunsdfdi
|
/external/llvm-project/llvm/test/CodeGen/SPARC/ |
D | float.ll | 212 ; V8: call __fixunsdfdi 216 ; V9: call __fixunsdfdi
|
/external/llvm/test/CodeGen/X86/ |
D | soft-sitofp.ll | 102 ; CHECK: call{{l|q}} __fixunsdfdi
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | soft-sitofp.ll | 102 ; CHECK: call{{l|q}} __fixunsdfdi
|
/external/llvm-project/llvm/test/CodeGen/RISCV/ |
D | double-convert.ll | 159 ; RV32IFD-NEXT: call __fixunsdfdi
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | fp-strict-conv-spe.ll | 71 ; SPE-NEXT: bl __fixunsdfdi
|
/external/llvm-project/llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/ |
D | fptosi_and_fptoui.ll | 220 ; MIPS32-NEXT: jal __fixunsdfdi
|
/external/llvm-project/llvm/test/CodeGen/Mips/GlobalISel/legalizer/ |
D | fptosi_and_fptoui.mir | 501 …; 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/ |
D | RuntimeLibcalls.def | 318 HANDLE_LIBCALL(FPTOUINT_F64_I64, "__fixunsdfdi")
|
12