Searched refs:SItype (Results 1 – 13 of 13) sorted by relevance
/openbmc/u-boot/arch/nios2/lib/ |
H A D | libgcc.c | 12 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 D | ashrdi3.c | 21 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 D | lshrdi3.c | 21 typedef int SItype __mode(SI); 26 struct DIstruct {SItype high, low;}; 46 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __lshrdi3()
|
H A D | ashldi3.c | 21 typedef int SItype __mode(SI); 26 struct DIstruct {SItype high, low;}; 46 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __ashldi3()
|
H A D | muldi3.c | 68 typedef int SItype __mode(SI); 73 struct DIstruct {SItype high, low;};
|
/openbmc/u-boot/arch/m68k/lib/ |
H A D | lshrdi3.c | 11 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 D | ashldi3.c | 11 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 D | muldi3.c | 44 typedef int SItype __attribute__ ((mode (SI))); typedef 49 struct DIstruct {SItype high, low;};
|
/openbmc/linux/lib/crypto/mpi/ |
H A D | longlong.h | 243 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 D | mpi-internal.h | 218 typedef int SItype __attribute__ ((mode(SI))); typedef 224 typedef long SItype; typedef
|
/openbmc/u-boot/arch/arc/lib/ |
H A D | libgcc2.h | 38 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 D | muldi3.c | 50 typedef int SItype __attribute__ ((mode(SI))); typedef 55 SItype low, high;
|
/openbmc/linux/include/math-emu/ |
H A D | soft-fp.h | 193 typedef int SItype __attribute__((mode(SI))); typedef
|