Searched refs:sint32_type (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/gcc/libgcc/config/m32c/
H A Dlib2funcs.c26 typedef int sint32_type __attribute__ ((mode (SI))); typedef
31 sint32_type __divsi3 (sint32_type, sint32_type);
32 sint32_type __modsi3 (sint32_type, sint32_type);
60 sint32_type
61 __divsi3 (sint32_type a, sint32_type
[all...]
/haiku-buildtools/gcc/libgcc/config/rl78/
H A Dlib2shift.c27 typedef int sint32_type __attribute__ ((mode (SI)));
33 sint32_type __ashrsi3 (sint32_type in, char bit);
35 extern int __clrsbsi2 (sint32_type x);
80 sint32_type
81 __ashrsi3 (sint32_type in, char bit)
113 return __clrsbsi2 ((sint32_type) x) - 16;
26 typedef int sint32_type __attribute__ ((mode (SI))); typedef
H A Dlib2div.c26 typedef int sint32_type __attribute__ ((mode (SI))); typedef
/haiku-buildtools/gcc/libgcc/config/msp430/
H A Dlib2shift.c27 typedef int sint32_type __attribute__ ((mode (SI)));
33 sint32_type __ashrsi3 (sint32_type in, char bit);
35 extern int __clrsbsi2 (sint32_type x);
80 sint32_type
81 __ashrsi3 (sint32_type in, char bit)
113 return __clrsbsi2 ((sint32_type) x) - 16;
26 typedef int sint32_type __attribute__ ((mode (SI))); typedef
H A Dlib2divSI.c26 typedef int sint32_type __attribute__ ((mode (SI))); typedef
38 #define SINT_TYPE sint32_type
H A Dlib2bitcountHI.c26 typedef int sint32_type __attribute__ ((mode (SI))); typedef
H A Dlib2divHI.c26 typedef int sint32_type __attribute__ ((mode (SI))); typedef
H A Dlib2divQI.c26 typedef int sint32_type __attribute__ ((mode (SI))); typedef

Completed in 48 milliseconds