Searched refs:TItype (Results 1 - 25 of 31) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Duninit-C-O0.c7 typedef int TItype __attribute__ ((mode (TI))); typedef
9 typedef long TItype; typedef
13 TItype
14 __subvdi3 (TItype a, TItype b)
16 TItype w;
H A Duninit-C.c7 typedef int TItype __attribute__ ((mode (TI))); typedef
9 typedef long TItype; typedef
13 TItype
14 __subvdi3 (TItype a, TItype b)
16 TItype w;
H A Dtitype-1.c5 typedef int TItype __attribute__ ((mode (TI))); typedef
7 typedef long TItype; typedef
17 TItype q;
21 q = va_arg(va, TItype);
30 TItype q = 5;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Duninit-C.c7 typedef int TItype __attribute__ ((mode (TI))); typedef
9 typedef long TItype; typedef
13 TItype
14 __subvdi3 (TItype a, TItype b)
16 TItype w;
H A Dtitype-1.c5 typedef int TItype __attribute__ ((mode (TI))); typedef
7 typedef long TItype; typedef
17 TItype q;
21 q = va_arg(va, TItype);
30 TItype q = 5;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/format/
H A Dms_unnamed-1.c11 /* Definition of TItype follows same logic as in gcc.dg/titype-1.c,
14 #define TItype int __attribute__ ((mode (TI))) macro
16 #define TItype long macro
20 f (TItype x)
H A Dunnamed-1.c11 /* Definition of TItype follows same logic as in gcc.dg/titype-1.c,
14 #define TItype int __attribute__ ((mode (TI))) macro
16 #define TItype long macro
20 f (TItype x)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/i386/
H A Dcmpxchg16b-1.c5 typedef int TItype __attribute__ ((mode (TI))); typedef
7 TItype m_128;
9 void test(TItype x_128)
H A Dpr36786.c6 typedef int TItype __attribute__ ((mode (TI))); typedef
8 __floattisf (TItype u)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/format/
H A Dunnamed-1.c10 /* Definition of TItype follows same logic as in gcc.dg/titype-1.c,
13 #define TItype int __attribute__ ((mode (TI))) macro
15 #define TItype long macro
19 f (TItype x)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/torture/
H A Dfp-int-convert-timode.c12 TEST_I_F(TItype, UTItype, float, FLT_MANT_DIG);
13 TEST_I_F(TItype, UTItype, double, DBL_MANT_DIG);
18 TEST_I_F(TItype, UTItype, long double, LDBL_MANT_DIG);
H A Dfp-int-convert-float128-timode.c13 TEST_I_F(TItype, UTItype, __float128, FLOAT128_MANT_DIG);
H A Dfp-int-convert-float80-timode.c14 TEST_I_F(TItype, UTItype, __float80, FLOAT80_MANT_DIG);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A Divopts-1.c5 typedef int TItype __attribute__ ((mode (TI))); typedef
7 typedef long TItype; typedef
10 TItype last_data_offset ;
17 TItype data_offset = last_data_offset;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/soft-fp/
H A Dfixdfti.c34 TItype __fixdfti(DFtype a)
H A Dfixsfti.c34 TItype __fixsfti(SFtype a)
H A Dfixtfti.c34 TItype __fixtfti(TFtype a)
H A Dfloattidf.c34 DFtype __floattidf(TItype i)
H A Dfloattisf.c34 SFtype __floattisf(TItype i)
H A Dfloattitf.c34 TFtype __floattitf(TItype i)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/spu/
H A Ddivmodti4.c25 typedef int TItype __attribute__ ((mode (TI))); typedef
26 TItype __divti3 (TItype u, TItype v);
27 TItype __modti3 (TItype u, TItype v);
122 TItype
123 __divti3 (TItype n, TItype
[all...]
H A Dmulti3.c24 typedef int TItype __attribute__ ((mode (TI))); typedef
28 * TItype total = 0;
31 * total += (TItype)((l[7-i] * r[7-j]) << (16 * (i + j)));
33 TItype
34 __multi3 (TItype l, TItype r)
96 return *(TItype *) & total;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/spu/
H A Dsubti3.c4 typedef int TItype __attribute__ ((mode (TI))); typedef
12 TItype t;
27 TItype m = 0x1111111111111110ULL;
28 TItype n = 0x1111111111111111ULL;
29 TItype d;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/
H A Dfp-bit.h102 typedef int TItype __attribute__ ((mode (TI))); typedef
148 # define QUIET_NAN ((TItype)0x8 << 108)
149 # define FRACHIGH ((TItype)0x8 << 124)
150 # define FRACHIGH2 ((TItype)0xc << 124)
158 # define QUIET_NAN ((TItype)0x8 << (48 + 64))
159 # define FRACHIGH ((TItype)0x8 << 124)
160 # define FRACHIGH2 ((TItype)0xc << 124)
174 typedef TItype intfrac;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dsfp-machine.h6 typedef int TItype __attribute__ ((mode (TI))); typedef
9 #define TI_BITS (__CHAR_BIT__ * (int)sizeof(TItype))

Completed in 223 milliseconds

12