Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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 …]
/rk3399_rockchip-uboot/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;};
/rk3399_rockchip-uboot/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
/rk3399_rockchip-uboot/arch/microblaze/lib/
H A Dmuldi3.c51 typedef int SItype __attribute__ ((mode(SI))); typedef
56 SItype low, high;