Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDlibgcc2.h206 #define DWtype TItype macro
217 #define DWtype DItype macro
227 #define DWtype SItype macro
237 #define DWtype HItype macro
313 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 …]
HDlibgcc2.c72 DWtype
73 __negdi2 (DWtype u) in __negdi2()
109 DWtype
110 __addvDI3 (DWtype a, DWtype b) in __addvDI3()
112 const DWtype w = a + b; in __addvDI3()
147 DWtype
148 __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 …]
HDChangeLog-2000809 * libgcc2.h: Use Wtype for SItype and DWtype for DItype in prototypes.
810 * libgcc2.c (__absvsi2): Use Wtype and DWtype.
HDChangeLog-20051231 shift one more bit. Cast 1 to DWtype or UDWtype for shifting.