Home
last modified time | relevance | path

Searched refs:__negdi2 (Results 1 – 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/
HDdarwin-64.c52 DI __negdi2 (DI x);
69 DI __negdi2 (DI x) { return -x; } in __negdi2() function
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
HDnegdi2.c17 COMPILER_RT_ABI di_int __negdi2(di_int a) { in __negdi2() function
HDapple_versioning.c114 NOT_HERE_BEFORE_10_6(__negdi2)
301 NOT_HERE_UNTIL_AFTER_4_3(__negdi2)
HDREADME.txt65 di_int __negdi2 (di_int a); // -a
/freebsd-11-stable/lib/libc/quad/
HDnegdi2.c46 __negdi2(a) in __negdi2() function
HDSymbol.map30 __negdi2;
/freebsd-11-stable/lib/libgcc_s/
HDSymbol.map53 __negdi2;
/freebsd-11-stable/contrib/gcc/
HDlibgcc2.h263 #define __negdi2 __NDW(neg,2) macro
327 extern DWtype __negdi2 (DWtype);
HDlibgcc-std.ver109 __negdi2
HDlibgcc2.c73 __negdi2 (DWtype u) in __negdi2() function
HDFSFChangeLog.117382 * libgcc2.c (__negdi2, __lshrdi3, __ashldi3, __ashrdi3, __ffsdi2):
HDChangeLog-200212766 instead of __negdi2 directly.
HDChangeLog-20032891 * libgcc2.c (__negdi2, __addvsi3, __addvdi3, __subvsi3, __subvdi3,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDRuntimeLibcalls.def84 HANDLE_LIBCALL(NEG_I64, "__negdi2")
/freebsd-11-stable/contrib/gcc/doc/
HDlibgcc.texi95 @deftypefn {Runtime Function} long __negdi2 (long @var{a})