Home
last modified time | relevance | path

Searched refs:__fixunstfDI (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/gcc/
HDlibgcc2.h270 #define __fixunstfDI __NDW(fixunstf,) macro
398 extern DWtype __fixunstfDI (TFtype);
HDlibgcc2.c1188 __fixunstfDI (TFtype a) in __fixunstfDI() function
1217 return - __fixunstfDI (-a); in __fixtfdi()
1218 return __fixunstfDI (a); in __fixtfdi()
HDChangeLog-200021780 * libgcc2.c (__fixunstfDI): Renamed from __fixunstfdi.
HDChangeLog-20032895 __fixunstfDI, __fixunsxfDI, __fixunsdfDI, __fixunssfDI,