Searched refs:__divdi3 (Results 1 – 25 of 33) sorted by relevance
12
| /freebsd-11-stable/contrib/gcc/config/arm/ |
| HD | bpabi.c | 30 extern long long __divdi3 (long long, long long); 46 quotient = __divdi3 (a, b); in __gnu_ldivmod_helper()
|
| /freebsd-11-stable/contrib/gcc/config/ |
| HD | darwin-64.c | 48 DI __divdi3 (DI x, DI y); 65 DI __divdi3 (DI x, DI y) { return x / y; } in __divdi3() function
|
| HD | libgcc-glibc.ver | 10 __divdi3
|
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/i386/ |
| HD | divdi3.S | 24 DEFINE_COMPILERRT_FUNCTION(__divdi3) 161 END_COMPILERRT_FUNCTION(__divdi3)
|
| /freebsd-11-stable/sys/libkern/arm/ |
| HD | ldivmod_helper.c | 45 q = __divdi3(n, m); /* q = n / m */ in __kern_ldivmod()
|
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/ |
| HD | divmoddi4.c | 18 di_int d = __divdi3(a, b); in __divmoddi4()
|
| HD | divdi3.c | 17 COMPILER_RT_ABI di_int __divdi3(di_int a, di_int b) { in __divdi3() function
|
| HD | apple_versioning.c | 61 NOT_HERE_BEFORE_10_6(__divdi3) 235 NOT_HERE_UNTIL_AFTER_4_3(__divdi3)
|
| HD | int_lib.h | 119 COMPILER_RT_ABI di_int __divdi3(di_int a, di_int b);
|
| /freebsd-11-stable/sys/libkern/ |
| HD | divdi3.c | 44 __divdi3(a, b) in __divdi3() function
|
| HD | quad.h | 105 quad_t __divdi3(quad_t a, quad_t b);
|
| /freebsd-11-stable/lib/libc/quad/ |
| HD | divdi3.c | 47 __divdi3(a, b) in __divdi3() function
|
| HD | Symbol.map | 17 __divdi3;
|
| HD | quad.h | 96 quad_t __divdi3(quad_t a, quad_t b);
|
| /freebsd-11-stable/contrib/gcc/config/i386/ |
| HD | libgcc-x86_64-glibc.ver | 11 __divdi3
|
| /freebsd-11-stable/lib/libgcc_s/ |
| HD | Symbol.map | 20 __divdi3;
|
| /freebsd-11-stable/contrib/gcc/config/sparc/ |
| HD | libgcc-sparc-glibc.ver | 15 __divdi3
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/ |
| HD | explicit_symbols.inc | 36 EXPLICIT_SYMBOL(__divdi3)
|
| /freebsd-11-stable/contrib/gcc/config/s390/ |
| HD | libgcc-glibc.ver | 14 __divdi3
|
| /freebsd-11-stable/contrib/gcc/config/ia64/ |
| HD | lib1funcs.asm | 162 .global __divdi3 163 .proc __divdi3 label 164 __divdi3: label 202 .endp __divdi3
|
| HD | t-ia64 | 9 __divdi3 __moddi3 __udivdi3 __umoddi3 \
|
| /freebsd-11-stable/contrib/gcc/ |
| HD | libgcc2.h | 259 #define __divdi3 __NDW(div,3) macro 314 extern DWtype __divdi3 (DWtype, DWtype);
|
| HD | libgcc-std.ver | 87 __divdi3
|
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/ |
| HD | global_symbols.txt | 14 __divdi3 U
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| HD | RuntimeLibcalls.def | 56 HANDLE_LIBCALL(SDIV_I64, "__divdi3")
|
12