Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/nios2/lib/
H A Dlibgcc.c12 typedef long SItype; typedef
484 SItype
485 __divsi3 (SItype a, SItype b) in __divsi3()
511 SItype
512 __udivsi3 (SItype a, SItype b) in __udivsi3()
518 SItype
519 __modsi3 (SItype a, SItype b) in __modsi3()
541 SItype
542 __mulsi3 (SItype a, SItype b) in __mulsi3()
560 SItype
[all …]
/openbmc/linux/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;};
/openbmc/u-boot/arch/m68k/lib/
H A Dlshrdi3.c11 typedef int SItype __attribute__ ((mode (SI))); typedef
16 struct DIstruct {SItype high, low;};
35 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __lshrdi3()
H A Dashldi3.c11 typedef int SItype __attribute__ ((mode (SI))); typedef
16 struct DIstruct {SItype high, low;};
35 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __ashldi3()
H A Dmuldi3.c44 typedef int SItype __attribute__ ((mode (SI))); typedef
49 struct DIstruct {SItype high, low;};
/openbmc/linux/lib/crypto/mpi/
H A Dlonglong.h243 struct {SItype __l, __h; } __i; \
247 : "%0" ((SItype)(u)), \
248 "r" ((SItype)(v))); \
798 SItype __m0 = (m0), __m1 = (m1); \
800 : "=r" ((SItype) ph) \
817 + (((SItype) __m1 >> 31) & __m0)); \
822 : "=r" ((SItype)(xh)), \
823 "=q" ((SItype)(xl)) \
829 : "=r" ((SItype)(q)), "=q" ((SItype)(r)) \
830 : "r" ((SItype)(nh)), "1" ((SItype)(nl)), "r" ((SItype)(d)))
[all …]
H A Dmpi-internal.h218 typedef int SItype __attribute__ ((mode(SI))); typedef
224 typedef long SItype; typedef
/openbmc/u-boot/arch/arc/lib/
H A Dlibgcc2.h38 typedef int SItype __attribute__ ((mode (SI))); typedef
69 #define Wtype SItype
71 #define HWtype SItype
88 #define DWtype SItype
/openbmc/u-boot/arch/microblaze/lib/
H A Dmuldi3.c50 typedef int SItype __attribute__ ((mode(SI))); typedef
55 SItype low, high;
/openbmc/linux/include/math-emu/
H A Dsoft-fp.h193 typedef int SItype __attribute__((mode(SI))); typedef