Searched refs:DWtype (Results 1 – 4 of 4) sorted by relevance
206 #define DWtype TItype macro217 #define DWtype DItype macro227 #define DWtype SItype macro237 #define DWtype HItype macro313 extern DWtype __muldi3 (DWtype, DWtype);314 extern DWtype __divdi3 (DWtype, DWtype);317 extern DWtype __moddi3 (DWtype, DWtype);327 extern DWtype __negdi2 (DWtype);330 extern DWtype __lshrdi3 (DWtype, word_type);331 extern DWtype __ashldi3 (DWtype, word_type);[all …]
72 DWtype73 __negdi2 (DWtype u) in __negdi2()109 DWtype110 __addvDI3 (DWtype a, DWtype b) in __addvDI3()112 const DWtype w = a + b; in __addvDI3()147 DWtype148 __subvDI3 (DWtype a, DWtype b) in __subvDI3()150 const DWtype w = a - b; in __subvDI3()163 const DWtype w = (DWtype) a * (DWtype) b; in __mulvSI3()212 DWtype[all …]
809 * libgcc2.h: Use Wtype for SItype and DWtype for DItype in prototypes.810 * libgcc2.c (__absvsi2): Use Wtype and DWtype.
1231 shift one more bit. Cast 1 to DWtype or UDWtype for shifting.