Lines Matching refs:__attribute__
33 typedef int QItype __attribute__ ((mode (QI)));
34 typedef unsigned int UQItype __attribute__ ((mode (QI)));
35 typedef int HItype __attribute__ ((mode (HI)));
36 typedef unsigned int UHItype __attribute__ ((mode (HI)));
39 typedef int SItype __attribute__ ((mode (SI)));
40 typedef unsigned int USItype __attribute__ ((mode (SI)));
43 typedef int DItype __attribute__ ((mode (DI)));
44 typedef unsigned int UDItype __attribute__ ((mode (DI)));
47 typedef int TItype __attribute__ ((mode (TI)));
48 typedef unsigned int UTItype __attribute__ ((mode (TI)));
115 typedef int shift_count_type __attribute__((mode (__libgcc_shift_count__)));