__mode 21 arch/m68k/lib/ashldi3.c typedef int SItype __mode(SI); __mode 22 arch/m68k/lib/ashldi3.c typedef unsigned int USItype __mode(SI); __mode 23 arch/m68k/lib/ashldi3.c typedef int DItype __mode(DI); __mode 24 arch/m68k/lib/ashldi3.c typedef int word_type __mode(__word__); __mode 21 arch/m68k/lib/ashrdi3.c typedef int SItype __mode(SI); __mode 22 arch/m68k/lib/ashrdi3.c typedef unsigned int USItype __mode(SI); __mode 23 arch/m68k/lib/ashrdi3.c typedef int DItype __mode(DI); __mode 24 arch/m68k/lib/ashrdi3.c typedef int word_type __mode(__word__); __mode 21 arch/m68k/lib/lshrdi3.c typedef int SItype __mode(SI); __mode 22 arch/m68k/lib/lshrdi3.c typedef unsigned int USItype __mode(SI); __mode 23 arch/m68k/lib/lshrdi3.c typedef int DItype __mode(DI); __mode 24 arch/m68k/lib/lshrdi3.c typedef int word_type __mode(__word__); __mode 68 arch/m68k/lib/muldi3.c typedef int SItype __mode(SI); __mode 69 arch/m68k/lib/muldi3.c typedef unsigned int USItype __mode(SI); __mode 70 arch/m68k/lib/muldi3.c typedef int DItype __mode(DI); __mode 71 arch/m68k/lib/muldi3.c typedef int word_type __mode(__word__); __mode 176 include/linux/compiler_attributes.h #define __mode(x) __attribute__((__mode__(x)))