Searched refs:SItype (Results 1 – 7 of 7) sorted by relevance
9 typedef int SItype __attribute__((mode(SI))); typedef15 SItype high, low;34 bm = (sizeof(SItype) * BITS_PER_UNIT) - b; in __ashrdi3()37 w.s.high = uu.s.high >> (sizeof(SItype) * BITS_PER_UNIT - 1); in __ashrdi3()
11 typedef int SItype __attribute__ ((mode (SI))); typedef16 struct DIstruct {SItype high, low;};35 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __lshrdi3()
11 typedef int SItype __attribute__ ((mode (SI))); typedef16 struct DIstruct {SItype high, low;};35 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __ashldi3()
44 typedef int SItype __attribute__ ((mode (SI))); typedef49 struct DIstruct {SItype high, low;};
12 typedef long SItype; typedef484 SItype485 __divsi3 (SItype a, SItype b) in __divsi3()511 SItype512 __udivsi3 (SItype a, SItype b) in __udivsi3()518 SItype519 __modsi3 (SItype a, SItype b) in __modsi3()541 SItype542 __mulsi3 (SItype a, SItype b) in __mulsi3()560 SItype[all …]
38 typedef int SItype __attribute__ ((mode (SI))); typedef69 #define Wtype SItype71 #define HWtype SItype88 #define DWtype SItype
50 typedef int SItype __attribute__ ((mode(SI))); typedef55 SItype low, high;
Completed in 13 milliseconds