Home
last modified time | relevance | path

Searched refs:SItype (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/nios2/lib/
H A Dlibgcc.c13 typedef long SItype; typedef
485 SItype
486 __divsi3 (SItype a, SItype b) in __divsi3()
489 SItype res; in __divsi3()
512 SItype
513 __udivsi3 (SItype a, SItype b) in __udivsi3()
519 SItype
520 __modsi3 (SItype a, SItype b) in __modsi3()
523 SItype res; in __modsi3()
542 SItype
[all …]
/OK3568_Linux_fs/kernel/arch/m68k/lib/
H A Dashrdi3.c21 typedef int SItype __mode(SI);
26 struct DIstruct {SItype high, low;};
46 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __ashrdi3()
50 w.s.high = uu.s.high >> (sizeof (SItype) * BITS_PER_UNIT - 1); in __ashrdi3()
H A Dlshrdi3.c21 typedef int SItype __mode(SI);
26 struct DIstruct {SItype high, low;};
46 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __lshrdi3()
H A Dashldi3.c21 typedef int SItype __mode(SI);
26 struct DIstruct {SItype high, low;};
46 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __ashldi3()
H A Dmuldi3.c68 typedef int SItype __mode(SI);
73 struct DIstruct {SItype high, low;};
/OK3568_Linux_fs/kernel/arch/h8300/lib/
H A Dlibgcc.h50 #define Wtype SItype
52 #define HWtype SItype
57 #define Wtype SItype
62 typedef int SItype __attribute__ ((mode (SI))); typedef
/OK3568_Linux_fs/kernel/lib/mpi/
H A Dlonglong.h243 struct {SItype __l, __h; } __i; \
247 : "%0" ((SItype)(u)), \
248 "r" ((SItype)(v))); \
364 (xh) += ((((SItype) __m0 >> 31) & __m1) \
365 + (((SItype) __m1 >> 31) & __m0)); \
798 SItype __m0 = (m0), __m1 = (m1); \
800 : "=r" ((SItype) ph) \
816 (xh) += ((((SItype) __m0 >> 31) & __m1) \
817 + (((SItype) __m1 >> 31) & __m0)); \
822 : "=r" ((SItype)(xh)), \
[all …]
H A Dmpi-internal.h218 typedef int SItype __attribute__ ((mode(SI))); typedef
224 typedef long SItype; typedef
/OK3568_Linux_fs/u-boot/arch/m68k/lib/
H A Dlshrdi3.c12 typedef int SItype __attribute__ ((mode (SI))); typedef
17 struct DIstruct {SItype high, low;};
36 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __lshrdi3()
H A Dashldi3.c12 typedef int SItype __attribute__ ((mode (SI))); typedef
17 struct DIstruct {SItype high, low;};
36 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __ashldi3()
H A Dmuldi3.c45 typedef int SItype __attribute__ ((mode (SI))); typedef
50 struct DIstruct {SItype high, low;};
/OK3568_Linux_fs/u-boot/arch/arc/lib/
H A Dlibgcc2.h39 typedef int SItype __attribute__ ((mode (SI))); typedef
70 #define Wtype SItype
72 #define HWtype SItype
89 #define DWtype SItype
/OK3568_Linux_fs/u-boot/arch/microblaze/lib/
H A Dmuldi3.c51 typedef int SItype __attribute__ ((mode(SI))); typedef
56 SItype low, high;
/OK3568_Linux_fs/kernel/include/math-emu/
H A Dsoft-fp.h193 typedef int SItype __attribute__((mode(SI))); typedef