SItype             50 arch/h8300/lib/libgcc.h #define Wtype   SItype
SItype             52 arch/h8300/lib/libgcc.h #define HWtype  SItype
SItype             57 arch/h8300/lib/libgcc.h #define Wtype   SItype
SItype             21 arch/m68k/lib/ashldi3.c typedef		 int SItype	__mode(SI);
SItype             26 arch/m68k/lib/ashldi3.c struct DIstruct {SItype high, low;};
SItype             46 arch/m68k/lib/ashldi3.c   bm = (sizeof (SItype) * BITS_PER_UNIT) - b;
SItype             21 arch/m68k/lib/ashrdi3.c typedef		 int SItype	__mode(SI);
SItype             26 arch/m68k/lib/ashrdi3.c struct DIstruct {SItype high, low;};
SItype             46 arch/m68k/lib/ashrdi3.c   bm = (sizeof (SItype) * BITS_PER_UNIT) - b;
SItype             50 arch/m68k/lib/ashrdi3.c       w.s.high = uu.s.high >> (sizeof (SItype) * BITS_PER_UNIT - 1);
SItype             21 arch/m68k/lib/lshrdi3.c typedef		 int SItype	__mode(SI);
SItype             26 arch/m68k/lib/lshrdi3.c struct DIstruct {SItype high, low;};
SItype             46 arch/m68k/lib/lshrdi3.c   bm = (sizeof (SItype) * BITS_PER_UNIT) - b;
SItype             68 arch/m68k/lib/muldi3.c typedef 	 int SItype	__mode(SI);
SItype             73 arch/m68k/lib/muldi3.c struct DIstruct {SItype high, low;};
SItype            243 lib/mpi/longlong.h 		struct {SItype __l, __h; } __i; \
SItype            247 lib/mpi/longlong.h 	: "%0" ((SItype)(u)), \
SItype            248 lib/mpi/longlong.h 		"r" ((SItype)(v))); \
SItype            364 lib/mpi/longlong.h 	(xh) += ((((SItype) __m0 >> 31) & __m1) \
SItype            365 lib/mpi/longlong.h 	     + (((SItype) __m1 >> 31) & __m0)); \
SItype            798 lib/mpi/longlong.h 	SItype __m0 = (m0), __m1 = (m1); \
SItype            800 lib/mpi/longlong.h 	: "=r" ((SItype) ph) \
SItype            816 lib/mpi/longlong.h 	(xh) += ((((SItype) __m0 >> 31) & __m1) \
SItype            817 lib/mpi/longlong.h 	+ (((SItype) __m1 >> 31) & __m0)); \
SItype            822 lib/mpi/longlong.h 	: "=r" ((SItype)(xh)), \
SItype            823 lib/mpi/longlong.h 	"=q" ((SItype)(xl)) \
SItype            829 lib/mpi/longlong.h 	: "=r" ((SItype)(q)), "=q" ((SItype)(r)) \
SItype            830 lib/mpi/longlong.h 	: "r" ((SItype)(nh)), "1" ((SItype)(nl)), "r" ((SItype)(d)))
SItype            921 lib/mpi/longlong.h 	(ph) += ((((SItype) __m0 >> 31) & __m1) \
SItype            922 lib/mpi/longlong.h 	+ (((SItype) __m1 >> 31) & __m0)); \
SItype           1174 lib/mpi/longlong.h 	(xh) += ((((SItype) __m0 >> 31) & __m1) \
SItype           1175 lib/mpi/longlong.h 	+ (((SItype) __m1 >> 31) & __m0)); \
SItype           1180 lib/mpi/longlong.h 	struct {SItype __l, __h; } __i; \