Searched refs:SI (Results 26 - 50 of 148) sorted by relevance

123456

/haiku-buildtools/gcc/libgcc/
H A Dfloatunsitf.c2 typedef int SItype __attribute__ ((mode (SI)));
3 typedef unsigned int USItype __attribute__ ((mode (SI)));
H A Dfloatunsixf.c2 typedef int SItype __attribute__ ((mode (SI)));
3 typedef unsigned int USItype __attribute__ ((mode (SI)));
/haiku-buildtools/binutils/include/cgen/
H A Dbasic-modes.h40 typedef int32_t SI; typedef
50 #define MAKEDI(hi, lo) ((((DI) (SI) (hi)) << 32) | ((UDI) (USI) (lo)))
H A Dbasic-ops.h122 #define DIVSI(x, y) ((SI) (x) / (SI) (y))
124 #define MODSI(x, y) ((SI) (x) % (SI) (y))
126 #define SRASI(x, y) ((SI) (x) >> (y))
129 extern SI RORSI (SI, int);
130 extern SI ROLSI (SI, int);
135 #define NOTSI(x) (! (SI) (
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20111209-1.c3 typedef char* char_ptr32 __attribute__ ((mode(SI)));
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dvector-4.c4 typedef int SItype __attribute__ ((mode (SI)));
/haiku-buildtools/gcc/libgcc/config/iq2000/
H A Dlib2funcs.c24 typedef unsigned int USItype __attribute__ ((mode (SI)));
/haiku-buildtools/gcc/libgcc/config/spu/
H A Dfloat_unssidf.c30 /* double __float_unssidf (unsigned int SI) */
31 qword __float_unssidf (qword SI);
33 __float_unssidf (qword SI) argument
36 t0 = si_clz (SI);
38 t2 = si_shl (SI, t0);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dcompare1.c14 VOID, SI, DI, MAX = -1 enumerator in enum:mm1
25 return x == (tf?DI:SI); /* { dg-bogus "signed and unsigned" "case 1" } */
H A Dcompare9.c14 VOID, SI, DI, MAX = -1 enumerator in enum:mm1
25 return x == (tf?DI:SI); /* { dg-bogus "signed and unsigned" "case 1" } */
H A Dpr37360.c6 typedef unsigned int USItype __attribute__ ((mode (SI)));
H A Doptimize-bswapsi-3.c7 typedef int SItype __attribute__ ((mode (SI)));
H A Dpr59940.c6 typedef int sitype __attribute__((mode(SI)));
/haiku-buildtools/gcc/libgcc/config/rl78/
H A Dlib2div.c26 typedef int sint32_type __attribute__ ((mode (SI)));
27 typedef unsigned int uint32_type __attribute__ ((mode (SI)));
/haiku-buildtools/gcc/libgcc/config/msp430/
H A Dlib2bitcountHI.c26 typedef int sint32_type __attribute__ ((mode (SI)));
27 typedef unsigned int uint32_type __attribute__ ((mode (SI)));
H A Dlib2divHI.c26 typedef int sint32_type __attribute__ ((mode (SI)));
27 typedef unsigned int uint32_type __attribute__ ((mode (SI)));
H A Dlib2divQI.c26 typedef int sint32_type __attribute__ ((mode (SI)));
27 typedef unsigned int uint32_type __attribute__ ((mode (SI)));
H A Dlib2divSI.c0 /* SI mode divide routines for libgcc for MSP430
26 typedef int sint32_type __attribute__ ((mode (SI)));
27 typedef unsigned int uint32_type __attribute__ ((mode (SI)));
/haiku-buildtools/gcc/libgcc/config/lm32/
H A Dlibgcc_lm32.h31 typedef long SItype __attribute__ ((mode (SI)));
32 typedef unsigned long USItype __attribute__ ((mode (SI)));
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/s390/
H A Dpr42224.c4 typedef char* __char_ptr32 __attribute__ (( mode (SI) ));
5 typedef __char_ptr32 *__char_ptr_char_ptr32 __attribute__ ((mode (SI)));
/haiku-buildtools/legacy/binutils/opcodes/
H A Dcgen-types.h32 typedef int32_t SI; typedef
H A Dcgen-ops.h125 #define DIVSI(x, y) ((SI) (x) / (SI) (y))
127 #define MODSI(x, y) ((SI) (x) % (SI) (y))
129 #define SRASI(x, y) ((SI) (x) >> (y))
132 extern SI RORSI (SI, int);
133 extern SI ROLSI (SI, int);
138 #define NOTSI(x) (! (SI) (
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dattrib33.C16 typedef T __attribute__((mode (SI))) V;
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Dcombine-cmp-shift.c5 typedef int SItype __attribute__ ((mode (SI)));
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dgen-attrs-33.C16 typedef T V [[gnu::mode (SI)]];

Completed in 200 milliseconds

123456