Searched refs:__ucmpdi2 (Results 1 – 19 of 19) sorted by relevance
| /openbsd/src/gnu/llvm/compiler-rt/lib/builtins/ |
| D | ucmpdi2.c | 19 COMPILER_RT_ABI si_int __ucmpdi2(du_int a, du_int b) { in __ucmpdi2() function 40 return __ucmpdi2(a, b) - 1; in __aeabi_ulcmp()
|
| D | apple_versioning.c | 132 NOT_HERE_BEFORE_10_6(__ucmpdi2) 320 NOT_HERE_UNTIL_AFTER_4_3(__ucmpdi2)
|
| D | README.txt | 132 si_int __ucmpdi2(du_int a, du_int b);
|
| /openbsd/src/gnu/gcc/gcc/config/ |
| D | darwin-64.c | 55 word_type __ucmpdi2 (uDI x, uDI y); 72 word_type __ucmpdi2 (uDI x, uDI y) { return x < y ? 0 : x == y ? 1 : 2; } in __ucmpdi2() function
|
| /openbsd/src/lib/libc/quad/ |
| D | ucmpdi2.c | 42 __ucmpdi2(u_quad_t a, u_quad_t b) in __ucmpdi2() function
|
| D | quad.h | 118 int __ucmpdi2(u_quad_t, u_quad_t) __dso_protected;
|
| /openbsd/src/sys/lib/libkern/ |
| D | ucmpdi2.c | 41 __ucmpdi2(u_quad_t a, u_quad_t b) in __ucmpdi2() function
|
| D | quad.h | 118 int __ucmpdi2(u_quad_t, u_quad_t);
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | libgcc2.h | 208 #define __ucmpdi2 __NDW(ucmp,2) macro 256 extern word_type __ucmpdi2 (DWtype, DWtype);
|
| D | libgcc-std.ver | 112 __ucmpdi2
|
| D | libgcc2.c | 827 __ucmpdi2 (DWtype a, DWtype b) in __ucmpdi2() function
|
| D | FSFChangeLog.11 | 7385 (__udivmoddi4, __udivdi3, __cmpdi2, __ucmpdi2) : Likewise.
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/sh/ |
| D | libgcc-std.ver | 112 __ucmpdi2
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | libgcc2.h | 270 #define __ucmpdi2 __NDW(ucmp,2) macro 343 extern word_type __ucmpdi2 (DWtype, DWtype);
|
| D | libgcc-std.ver | 112 __ucmpdi2
|
| D | libgcc2.c | 1145 __ucmpdi2 (DWtype a, DWtype b) in __ucmpdi2() function
|
| /openbsd/src/lib/libc/ |
| D | Symbols.list | 1232 __ucmpdi2
|
| /openbsd/src/gnu/gcc/gcc/doc/ |
| D | libgcc.texi | 137 @deftypefn {Runtime Function} int __ucmpdi2 (unsigned long @var{a}, unsigned long @var{b})
|
| D | gccint.info | 361 -- Runtime Function: int __ucmpdi2 (unsigned long A, unsigned long B) 31549 * __ucmpdi2: Integer library routines.
|