HomeSort by: relevance | last modified time | path
    Searched defs:word_type (Results 1 - 25 of 43) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/libgcc/config/nios2/
lib2-nios2.h 36 typedef int word_type __attribute__ ((mode (__word__))); typedef
  /src/external/gpl3/gcc.old/dist/libgcc/config/nios2/
lib2-nios2.h 36 typedef int word_type __attribute__ ((mode (__word__))); typedef
  /src/external/gpl3/gcc/dist/libgcc/config/msp430/
lib2bitcountHI.c 32 typedef int word_type __attribute__ ((mode (__word__))); typedef
lib2divHI.c 32 typedef int word_type __attribute__ ((mode (__word__))); typedef
lib2divQI.c 32 typedef int word_type __attribute__ ((mode (__word__))); typedef
lib2divSI.c 32 typedef int word_type __attribute__ ((mode (__word__))); typedef
  /src/external/gpl3/gcc/dist/libgcc/config/pru/
lib2bitcountHI.c 32 typedef int word_type __attribute__ ((mode (__word__))); typedef
lib2divHI.c 32 typedef int word_type __attribute__ ((mode (__word__))); typedef
lib2divQI.c 32 typedef int word_type __attribute__ ((mode (__word__))); typedef
lib2divSI.c 32 typedef int word_type __attribute__ ((mode (__word__))); typedef
  /src/external/gpl3/gcc/dist/libgcc/config/rl78/
lib2div.c 32 typedef int word_type __attribute__ ((mode (__word__))); typedef
  /src/external/gpl3/gcc.old/dist/libgcc/config/gcn/
lib2-gcn.h 40 typedef int word_type __attribute__ ((mode (__word__))); typedef
  /src/external/gpl3/gcc.old/dist/libgcc/config/msp430/
lib2bitcountHI.c 32 typedef int word_type __attribute__ ((mode (__word__))); typedef
lib2divHI.c 32 typedef int word_type __attribute__ ((mode (__word__))); typedef
lib2divQI.c 32 typedef int word_type __attribute__ ((mode (__word__))); typedef
lib2divSI.c 32 typedef int word_type __attribute__ ((mode (__word__))); typedef
  /src/external/gpl3/gcc.old/dist/libgcc/config/pru/
lib2bitcountHI.c 32 typedef int word_type __attribute__ ((mode (__word__))); typedef
lib2divHI.c 32 typedef int word_type __attribute__ ((mode (__word__))); typedef
lib2divQI.c 32 typedef int word_type __attribute__ ((mode (__word__))); typedef
lib2divSI.c 32 typedef int word_type __attribute__ ((mode (__word__))); typedef
  /src/external/gpl3/gcc.old/dist/libgcc/config/rl78/
lib2div.c 32 typedef int word_type __attribute__ ((mode (__word__))); typedef
  /src/external/gpl3/gcc/dist/libgcc/config/m32c/
lib2funcs.c 28 typedef int word_type __attribute__ ((mode (__word__))); typedef
30 uint32_type udivmodsi4 (uint32_type, uint32_type, word_type);
35 udivmodsi4 (uint32_type num, uint32_type den, word_type modwanted)
63 word_type neg = 0;
89 word_type neg = 0;
140 __clrsbhi2 (word_type x)
  /src/external/gpl3/gcc.old/dist/libgcc/config/m32c/
lib2funcs.c 28 typedef int word_type __attribute__ ((mode (__word__))); typedef
30 uint32_type udivmodsi4 (uint32_type, uint32_type, word_type);
35 udivmodsi4 (uint32_type num, uint32_type den, word_type modwanted)
63 word_type neg = 0;
89 word_type neg = 0;
140 __clrsbhi2 (word_type x)
  /src/external/gpl3/gcc/dist/libgcc/config/
darwin-64.c 36 typedef int word_type __attribute__ ((mode (__word__))); typedef
38 DI __ashldi3 (DI x, word_type c);
39 DI __ashrdi3 (DI x, word_type c);
41 word_type __cmpdi2 (DI x, DI y);
44 uDI __lshrdi3 (uDI x, word_type c);
50 word_type __ucmpdi2 (uDI x, uDI y);
55 DI __ashldi3 (DI x, word_type c) { return x << c; }
56 DI __ashrdi3 (DI x, word_type c) { return x >> c; }
58 word_type __cmpdi2 (DI x, DI y) { return x < y ? 0 : x == y ? 1 : 2; }
61 uDI __lshrdi3 (uDI x, word_type c) { return x >> c;
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/
darwin-64.c 36 typedef int word_type __attribute__ ((mode (__word__))); typedef
38 DI __ashldi3 (DI x, word_type c);
39 DI __ashrdi3 (DI x, word_type c);
41 word_type __cmpdi2 (DI x, DI y);
44 uDI __lshrdi3 (uDI x, word_type c);
50 word_type __ucmpdi2 (uDI x, uDI y);
55 DI __ashldi3 (DI x, word_type c) { return x << c; }
56 DI __ashrdi3 (DI x, word_type c) { return x >> c; }
58 word_type __cmpdi2 (DI x, DI y) { return x < y ? 0 : x == y ? 1 : 2; }
61 uDI __lshrdi3 (uDI x, word_type c) { return x >> c;
    [all...]

Completed in 44 milliseconds

1 2