Searched refs:Wtype (Results 1 – 5 of 5) sorted by relevance
49 #define Wtype SItype macro56 #define Wtype SItype macro66 Wtype high, low;
6 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; in __ashrdi3()14 w.s.high = uu.s.high >> (sizeof (Wtype) * BITS_PER_UNIT - 1); in __ashrdi3()
7 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; in __ashldi3()
6 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; in __lshrdi3()
52 ccflags-y += $(call cc-option,-Wtype-limits,)