HomeSort by relevance Sort by last modified time
    Searched defs:DWtype (Results 1 - 2 of 2) sorted by null

  /external/u-boot/arch/arc/lib/
libgcc2.h 58 #define DWtype TItype
73 #define DWtype DItype
88 #define DWtype SItype
103 #define DWtype HItype
128 DWtype ll;
  /external/u-boot/arch/nios2/lib/
libgcc.c 22 typedef long long DWtype;
29 DWtype ll;
50 DWtype
51 __ashldi3 (DWtype u, word_type b)
76 DWtype
77 __ashrdi3 (DWtype u, word_type b)
103 DWtype
104 __lshrdi3 (DWtype u, word_type b)
130 __cmpdi2 (DWtype a, DWtype b
    [all...]

Completed in 138 milliseconds