| /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...] |
| /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/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/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/stormy16/ |
| lib2funcs.c | 57 #define word_type Wtype macro 65 extern USItype udivmodsi4 (USItype, USItype, word_type); 81 udivmodsi4 (USItype num, USItype den, word_type modwanted) 112 word_type neg = 0; 140 word_type neg = 0; 181 word_type i; 197 word_type i; 213 word_type i; 335 word_type 338 word_type hi_a = (a >> 16) [all...] |
| /src/external/gpl3/gcc/dist/libgcc/config/stormy16/ |
| lib2funcs.c | 57 #define word_type Wtype macro 65 extern USItype udivmodsi4 (USItype, USItype, word_type); 81 udivmodsi4 (USItype num, USItype den, word_type modwanted) 112 word_type neg = 0; 140 word_type neg = 0; 181 word_type i; 197 word_type i; 213 word_type i; 335 word_type 338 word_type hi_a = (a >> 16) [all...] |
| /src/external/bsd/atf/dist/tools/ |
| parser_test.cpp | 132 static const tools::parser::token_type word_type = 2; member in namespace:minimal 138 (is, skipws, eof_type, nl_type, word_type) 149 static const tools::parser::token_type word_type = 2; member in namespace:delims 158 (is, skipws, eof_type, nl_type, word_type) 172 static const tools::parser::token_type word_type = 2; member in namespace:keywords 181 (is, skipws, eof_type, nl_type, word_type) 195 static const tools::parser::token_type word_type = 2; member in namespace:quotes 202 (is, skipws, eof_type, nl_type, word_type) 252 EXPECT(mt, word_type, "line 1"); 261 EXPECT(mt, word_type, "line 1") [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/msp430/ |
| msp430-divmod.h | 26 UINT_TYPE C3(udivmod,NAME_MODE,4) (UINT_TYPE, UINT_TYPE, word_type); 33 C3(udivmod,NAME_MODE,4) (UINT_TYPE num, UINT_TYPE den, word_type modwanted) 61 word_type neg = 0; 87 word_type neg = 0;
|
| 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/ |
| pru-divmod.h | 26 UINT_TYPE C3(udivmod,NAME_MODE,4) (UINT_TYPE, UINT_TYPE, word_type); 33 C3(udivmod,NAME_MODE,4) (UINT_TYPE num, UINT_TYPE den, word_type modwanted) 61 word_type neg = 0; 87 word_type neg = 0;
|
| lib2bitcountHI.c | 32 typedef int word_type __attribute__ ((mode (__word__))); typedef
|
| lib2divHI.c | 32 typedef int word_type __attribute__ ((mode (__word__))); typedef
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/rl78/ |
| rl78-divmod.h | 26 UINT_TYPE C3(udivmod,NAME_MODE,4) (UINT_TYPE, UINT_TYPE, word_type); 33 C3(udivmod,NAME_MODE,4) (UINT_TYPE num, UINT_TYPE den, word_type modwanted) 61 word_type neg = 0; 87 word_type neg = 0;
|
| /src/external/gpl3/gcc/dist/libgcc/config/msp430/ |
| msp430-divmod.h | 26 UINT_TYPE C3(udivmod,NAME_MODE,4) (UINT_TYPE, UINT_TYPE, word_type); 33 C3(udivmod,NAME_MODE,4) (UINT_TYPE num, UINT_TYPE den, word_type modwanted) 61 word_type neg = 0; 87 word_type neg = 0;
|
| /src/external/gpl3/gcc/dist/libgcc/config/pru/ |
| pru-divmod.h | 26 UINT_TYPE C3(udivmod,NAME_MODE,4) (UINT_TYPE, UINT_TYPE, word_type); 33 C3(udivmod,NAME_MODE,4) (UINT_TYPE num, UINT_TYPE den, word_type modwanted) 61 word_type neg = 0; 87 word_type neg = 0;
|
| /src/external/gpl3/gcc/dist/libgcc/config/rl78/ |
| rl78-divmod.h | 26 UINT_TYPE C3(udivmod,NAME_MODE,4) (UINT_TYPE, UINT_TYPE, word_type); 33 C3(udivmod,NAME_MODE,4) (UINT_TYPE num, UINT_TYPE den, word_type modwanted) 61 word_type neg = 0; 87 word_type neg = 0;
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/gcn/ |
| lib2-divmod-hi.c | 28 udivmodhi4 (UHItype num, UHItype den, word_type modwanted) 57 word_type neg = 0; 84 word_type neg = 0;
|
| lib2-divmod.c | 28 udivmodsi4 (USItype num, USItype den, word_type modwanted) 57 word_type neg = 0; 84 word_type neg = 0;
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/nios2/ |
| lib2-divmod-hi.c | 28 udivmodhi4 (UHItype num, UHItype den, word_type modwanted) 57 word_type neg = 0; 84 word_type neg = 0;
|
| lib2-divmod.c | 28 udivmodsi4 (USItype num, USItype den, word_type modwanted) 57 word_type neg = 0; 84 word_type neg = 0;
|
| /src/external/gpl3/gcc/dist/libgcc/config/nios2/ |
| lib2-divmod-hi.c | 28 udivmodhi4 (UHItype num, UHItype den, word_type modwanted) 57 word_type neg = 0; 84 word_type neg = 0;
|
| lib2-divmod.c | 28 udivmodsi4 (USItype num, USItype den, word_type modwanted) 57 word_type neg = 0; 84 word_type neg = 0;
|