Home
last modified time | relevance | path

Searched refs:UDWtype (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dlibgcc2.h207 #define UDWtype UTItype macro
218 #define UDWtype UDItype macro
228 #define UDWtype USItype macro
238 #define UDWtype UHItype macro
315 extern UDWtype __udivdi3 (UDWtype, UDWtype);
316 extern UDWtype __umoddi3 (UDWtype, UDWtype);
322 extern UDWtype __udivmoddi4 (UDWtype, UDWtype, UDWtype *);
354 extern UDWtype __bswapdi2 (UDWtype);
368 extern SFtype __floatundisf (UDWtype);
378 extern DFtype __floatundidf (UDWtype);
[all …]
Dlibgcc2.c304 DWunion w0 = {.ll = (UDWtype) (UWtype) uu.s.low in __mulvDI3()
305 * (UDWtype) (UWtype) vv.s.low}; in __mulvDI3()
306 DWunion w1 = {.ll = (UDWtype) (UWtype) uu.s.low in __mulvDI3()
307 * (UDWtype) (UWtype) vv.s.high}; in __mulvDI3()
327 DWunion w0 = {.ll = (UDWtype) (UWtype) uu.s.low in __mulvDI3()
328 * (UDWtype) (UWtype) vv.s.low}; in __mulvDI3()
329 DWunion w1 = {.ll = (UDWtype) (UWtype) uu.s.high in __mulvDI3()
330 * (UDWtype) (UWtype) vv.s.low}; in __mulvDI3()
352 const DWtype w = (UDWtype) (UWtype) uu.s.low in __mulvDI3()
353 * (UDWtype) (UWtype) vv.s.low; in __mulvDI3()
[all …]
Dlonglong.h43 #define UDWtype UDItype macro
DChangeLog-20051231 shift one more bit. Cast 1 to DWtype or UDWtype for shifting.
DChangeLog-20049482 * libgcc2.c (__moddi3): Cast &w to UDWtype*.