Searched refs:SItype (Results 1 – 8 of 8) sorted by relevance
/linux/arch/m68k/lib/ |
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()
|
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()
|
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()
|
A D | muldi3.c | 68 typedef int SItype __mode(SI); 73 struct DIstruct {SItype high, low;};
|
/linux/arch/h8300/lib/ |
A D | libgcc.h | 50 #define Wtype SItype 52 #define HWtype SItype 57 #define Wtype SItype 62 typedef int SItype __attribute__ ((mode (SI))); typedef
|
/linux/lib/mpi/ |
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 …]
|
A D | mpi-internal.h | 218 typedef int SItype __attribute__ ((mode(SI))); typedef 224 typedef long SItype; typedef
|
/linux/include/math-emu/ |
A D | soft-fp.h | 193 typedef int SItype __attribute__((mode(SI))); typedef
|
Completed in 12 milliseconds