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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dnegdi2.c1 //===-- negdi2.c - Implement __negdi2 -------------------------------------===//
9 // This file implements __negdi2 for the compiler_rt library.
17 COMPILER_RT_ABI di_int __negdi2(di_int a) { function
H A Dapple_versioning.c114 NOT_HERE_BEFORE_10_6(__negdi2)
301 NOT_HERE_UNTIL_AFTER_4_3(__negdi2)
/freebsd-11-stable/lib/libc/quad/
H A Dnegdi2.c46 __negdi2(a) function
/freebsd-11-stable/contrib/gcc/config/
H A Ddarwin-64.c52 DI __negdi2 (DI x);
69 DI __negdi2 (DI x) { return -x; } function
/freebsd-11-stable/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 130 milliseconds