Home
last modified time | relevance | path

Searched refs:__cmpdi2 (Results 1 – 16 of 16) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libgcc/config/rx/
Drx-abi-functions.c77 extern int __cmpdi2 (long long, long long);
80 int _COM_CMPLT64s (long long a, long long b) { return __cmpdi2 (a, b) == 0; } in _COM_CMPLT64s()
82 int _COM_CMPGT64s (long long a, long long b) { return __cmpdi2 (a, b) == 2; } in _COM_CMPGT64s()
84 int _COM_CMPLE64s (long long a, long long b) { return __cmpdi2 (a, b) != 2; } in _COM_CMPLE64s()
86 int _COM_CMPGE64s (long long a, long long b) { return __cmpdi2 (a, b) != 0; } in _COM_CMPGE64s()
88 int _COM_CMPEQ64 (long long a, long long b) { return __cmpdi2 (a, b) == 1; } in _COM_CMPEQ64()
89 int _COM_CMPNE64 (long long a, long long b) { return __cmpdi2 (a, b) != 1; } in _COM_CMPNE64()
/netbsd/src/sys/external/bsd/compiler_rt/dist/test/Unit/
Dcmpdi2_test.c21 si_int __cmpdi2(di_int a, di_int b);
25 si_int x = __cmpdi2(a, b); in test__cmpdi2()
/netbsd/src/external/gpl3/gcc/dist/libgcc/config/
Ddarwin-64.c41 word_type __cmpdi2 (DI x, DI y);
58 word_type __cmpdi2 (DI x, DI y) { return x < y ? 0 : x == y ? 1 : 2; } in __cmpdi2() function
/netbsd/src/common/lib/libc/quad/
Dcmpdi2.c53 __cmpdi2(quad_t a, quad_t b) in __cmpdi2() function
Dquad.h123 int __cmpdi2(quad_t, quad_t);
/netbsd/src/external/gpl3/gcc/dist/libgcc/
Dlibgcc2.h282 #define __cmpdi2 __NDW(cmp,2) macro
404 extern cmp_return_type __cmpdi2 (DWtype, DWtype);
Dlibgcc2.c1306 __cmpdi2 (DWtype a, DWtype b) in __cmpdi2() function
DChangeLog942 (__cmpdi2, __ucmpdi2): Adjust implementation to improve
5827 __moddi3, __adddi3, __adddi3_s8, __subdi3, __cmpdi2, __cmpdi2_s8,
8915 __cmpdi2, __cmpdi2_s8, __rotldi3): New functions.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/avr/
Davr-dimode.md520 "%~call __cmpdi2"
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dlibgcc.texi131 @deftypefn {Runtime Function} int __cmpdi2 (long @var{a}, long @var{b})
Dtm.texi.in3952 functions (like @code{__cmpdi2}) return 0 to indicate that the first
Dtm.texi5674 functions (like @code{__cmpdi2}) return 0 to indicate that the first
Dgccint.info360 -- Runtime Function: int __cmpdi2 (long A, long B)
37659 functions (like '__cmpdi2') return 0 to indicate that the first
50923 * __cmpdi2: Integer library routines.
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-200715584 (__cmpdi2, __ucmpdi2): word_type of return type replaced with
15590 (__cmpdi2, __ucmpdi2): word_type of return type replaced with
DFSFChangeLog.117385 (__udivmoddi4, __udivdi3, __cmpdi2, __ucmpdi2) : Likewise.
DChangeLog-20032894 __udivmoddi4, __divdi3, __moddi3, __cmpdi2, __ucmpdi2,