Home
last modified time | relevance | path

Searched refs:SItype (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/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;};
/kernel/linux/linux-6.6/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 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 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 Dmuldi3.c68 typedef int SItype __mode(SI);
73 struct DIstruct {SItype high, low;};
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/lib/mpi/
H A Dlonglong.h31 * SItype, USItype -- Signed and unsigned 32 bit types.
243 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) __m
[all...]
H A Dmpi-internal.h218 typedef int SItype __attribute__ ((mode(SI))); typedef
224 typedef long SItype; typedef
/kernel/linux/linux-6.6/lib/crypto/mpi/
H A Dlonglong.h31 * SItype, USItype -- Signed and unsigned 32 bit types.
243 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) __m
[all...]
H A Dmpi-internal.h218 typedef int SItype __attribute__ ((mode(SI))); typedef
224 typedef long SItype; typedef
/kernel/linux/linux-5.10/include/math-emu/
H A Dsoft-fp.h193 typedef int SItype __attribute__((mode(SI))); typedef
/kernel/linux/linux-6.6/include/math-emu/
H A Dsoft-fp.h193 typedef int SItype __attribute__((mode(SI))); typedef

Completed in 6 milliseconds