Searched refs:UDWtype (Results 1 – 5 of 5) sorted by relevance
207 #define UDWtype UTItype macro218 #define UDWtype UDItype macro228 #define UDWtype USItype macro238 #define UDWtype UHItype macro315 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 …]
304 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 …]
43 #define UDWtype UDItype macro
1231 shift one more bit. Cast 1 to DWtype or UDWtype for shifting.
9482 * libgcc2.c (__moddi3): Cast &w to UDWtype*.