| /src/external/gpl3/gcc/dist/libgcc/config/nios2/ |
| lib2-mul.c | 27 SItype 28 __mulsi3 (SItype a, SItype b) 30 SItype res = 0;
|
| lib2-nios2.h | 34 typedef int SItype __attribute__ ((mode (SI))); 39 extern SItype __divsi3 (SItype, SItype); 40 extern SItype __modsi3 (SItype, SItype); 41 extern SItype __udivsi3 (SItype, SItype); [all...] |
| lib2-divmod.c | 54 SItype 55 __divsi3 (SItype a, SItype b) 58 SItype res; 81 SItype 82 __modsi3 (SItype a, SItype b) 85 SItype res; 105 SItype 106 __udivsi3 (SItype a, SItype b [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/nios2/ |
| lib2-mul.c | 27 SItype 28 __mulsi3 (SItype a, SItype b) 30 SItype res = 0;
|
| lib2-nios2.h | 34 typedef int SItype __attribute__ ((mode (SI))); 39 extern SItype __divsi3 (SItype, SItype); 40 extern SItype __modsi3 (SItype, SItype); 41 extern SItype __udivsi3 (SItype, SItype); [all...] |
| lib2-divmod.c | 54 SItype 55 __divsi3 (SItype a, SItype b) 58 SItype res; 81 SItype 82 __modsi3 (SItype a, SItype b) 85 SItype res; 105 SItype 106 __udivsi3 (SItype a, SItype b [all...] |
| /src/external/gpl3/gcc/dist/libgcc/config/h8300/ |
| h8300-lib.h | 5 #define CMPtype SItype
|
| /src/external/gpl3/gcc/dist/libgcc/ |
| floatunsisf.c | 2 typedef int SItype __attribute__ ((mode (SI))); 9 SItype s = (SItype) u; 14 return (SFtype) 2.0 * (SFtype) (SItype) ((u & 1) | (u >> 1));
|
| floatunsidf.c | 2 typedef int SItype __attribute__ ((mode (SI))); 9 SItype s = (SItype) u;
|
| floatunsitf.c | 2 typedef int SItype __attribute__ ((mode (SI))); 9 SItype s = (SItype) u;
|
| floatunsixf.c | 2 typedef int SItype __attribute__ ((mode (SI))); 9 SItype s = (SItype) u;
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/h8300/ |
| h8300-lib.h | 5 #define CMPtype SItype
|
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| floatunsisf.c | 2 typedef int SItype __attribute__ ((mode (SI))); 9 SItype s = (SItype) u; 14 return (SFtype) 2.0 * (SFtype) (SItype) ((u & 1) | (u >> 1));
|
| floatunsidf.c | 2 typedef int SItype __attribute__ ((mode (SI))); 9 SItype s = (SItype) u;
|
| floatunsitf.c | 2 typedef int SItype __attribute__ ((mode (SI))); 9 SItype s = (SItype) u;
|
| floatunsixf.c | 2 typedef int SItype __attribute__ ((mode (SI))); 9 SItype s = (SItype) u;
|
| /src/external/gpl3/gcc/dist/libgcc/config/lm32/ |
| libgcc_lm32.h | 31 typedef long SItype __attribute__ ((mode (SI))); 38 SItype __divsi3 (SItype a, SItype b); 39 SItype __modsi3 (SItype a, SItype b);
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/lm32/ |
| libgcc_lm32.h | 31 typedef long SItype __attribute__ ((mode (SI))); 38 SItype __divsi3 (SItype a, SItype b); 39 SItype __modsi3 (SItype a, SItype b);
|
| /src/external/gpl3/gcc/dist/libgcc/config/libbid/ |
| _dd_to_si.c | 28 SItype 30 SItype res = 0xbaddbadd;
|
| _td_to_si.c | 28 SItype 31 SItype res = 0xbaddbadd;
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/ |
| _dd_to_si.c | 28 SItype 30 SItype res = 0xbaddbadd;
|
| _td_to_si.c | 28 SItype 31 SItype res = 0xbaddbadd;
|
| /src/external/gpl3/gcc/dist/libgcc/config/riscv/ |
| riscv-fp.c | 63 if (a >= - (DFtype) (- ((SItype)(((USItype)1 << ((4 * 8) - 1)) - 1)) - 1)) 64 return (SItype) (a + (- ((SItype)(((USItype)1 << ((4 * 8) - 1)) - 1)) - 1)) 65 - (- ((SItype)(((USItype)1 << ((4 * 8) - 1)) - 1)) - 1); 66 return (SItype) a; 72 if (a >= - (SFtype) (- ((SItype)(((USItype)1 << ((4 * 8) - 1)) - 1)) - 1)) 73 return (SItype) (a + (- ((SItype)(((USItype)1 << ((4 * 8) - 1)) - 1)) - 1)) 74 - (- ((SItype)(((USItype)1 << ((4 * 8) - 1)) - 1)) - 1); 75 return (SItype) a [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/riscv/ |
| riscv-fp.c | 63 if (a >= - (DFtype) (- ((SItype)(((USItype)1 << ((4 * 8) - 1)) - 1)) - 1)) 64 return (SItype) (a + (- ((SItype)(((USItype)1 << ((4 * 8) - 1)) - 1)) - 1)) 65 - (- ((SItype)(((USItype)1 << ((4 * 8) - 1)) - 1)) - 1); 66 return (SItype) a; 72 if (a >= - (SFtype) (- ((SItype)(((USItype)1 << ((4 * 8) - 1)) - 1)) - 1)) 73 return (SItype) (a + (- ((SItype)(((USItype)1 << ((4 * 8) - 1)) - 1)) - 1)) 74 - (- ((SItype)(((USItype)1 << ((4 * 8) - 1)) - 1)) - 1); 75 return (SItype) a [all...] |
| /src/external/gpl3/gcc/dist/libgcc/config/stormy16/ |
| lib2funcs.c | 66 extern SItype __divsi3 (SItype, SItype); 67 extern SItype __modsi3 (SItype, SItype); 68 extern SItype __udivsi3 (SItype, SItype); 69 extern SItype __umodsi3 (SItype, SItype) [all...] |