Searched refs:__negdi2 (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/contrib/compiler-rt/lib/builtins/
H A Dnegdi2.c1 /* ===-- negdi2.c - Implement __negdi2 -------------------------------------===
10 * This file implements __negdi2 for the compiler_rt library.
20 __negdi2(di_int a) function
H A Dapple_versioning.c119 NOT_HERE_BEFORE_10_6(__negdi2)
308 NOT_HERE_UNTIL_AFTER_4_3(__negdi2)
/freebsd-11.0-release/lib/libc/quad/
H A Dnegdi2.c46 __negdi2(a) function
/freebsd-11.0-release/contrib/gcc/config/
H A Ddarwin-64.c52 DI __negdi2 (DI x);
69 DI __negdi2 (DI x) { return -x; } function
/freebsd-11.0-release/contrib/gcc/
H A Dlibgcc2.h263 #define __negdi2 __NDW(neg,2) macro
325 /* __negdi2 is static inline when building other libgcc2 portions. */
327 extern DWtype __negdi2 (DWtype);
H A Dlibgcc2.c74 __negdi2 (DWtype u)
73 __negdi2 (DWtype u) function

Completed in 120 milliseconds