Searched refs:W_TYPE_SIZE (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dlibgcc2.c170 if ((Wtype) (w >> W_TYPE_SIZE) != (Wtype) w >> (W_TYPE_SIZE - 1))
302 if (__builtin_expect (uu.s.high == uu.s.low >> (W_TYPE_SIZE - 1), 1))
305 if (__builtin_expect (vv.s.high == vv.s.low >> (W_TYPE_SIZE - 1), 1))
324 if (__builtin_expect (w1.s.high == w1.s.low >> (W_TYPE_SIZE - 1), 1))
333 if (__builtin_expect (vv.s.high == vv.s.low >> (W_TYPE_SIZE - 1), 1))
347 if (__builtin_expect (w1.s.high == w1.s.low >> (W_TYPE_SIZE - 1), 1))
581 if (a1 < d - a1 - (a0 >> (W_TYPE_SIZE - 1)))
589 sub_ddmmss (c1, c0, a1, a0, d >> 1, d << (W_TYPE_SIZE - 1));
593 q += (UWtype) 1 << (W_TYPE_SIZE
1174 v <<= W_TYPE_SIZE; local
1210 v <<= W_TYPE_SIZE; local
[all...]
H A Dlonglong.h25 W_TYPE_SIZE -- size in bits of UWtype
34 #define __BITS4 (W_TYPE_SIZE / 4)
35 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2))
37 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2))
39 #ifndef W_TYPE_SIZE
40 #define W_TYPE_SIZE 32 macro
111 #if defined (__alpha) && W_TYPE_SIZE == 64
160 #if defined (__arc__) && W_TYPE_SIZE == 32
189 #if defined (__arm__) && !defined (__thumb__) && W_TYPE_SIZE == 32
230 #if defined (__hppa) && W_TYPE_SIZE
[all...]
H A Dlibgcc2.h201 #define W_TYPE_SIZE (8 * BITS_PER_UNIT) macro
212 #define W_TYPE_SIZE (4 * BITS_PER_UNIT) macro
222 #define W_TYPE_SIZE (2 * BITS_PER_UNIT) macro
232 #define W_TYPE_SIZE BITS_PER_UNIT macro
243 #define Wtype_MAX ((Wtype)(((UWtype)1 << (W_TYPE_SIZE - 1)) - 1))
246 #if W_TYPE_SIZE == 8
248 #elif W_TYPE_SIZE == 16
250 #elif W_TYPE_SIZE == 32
252 #elif W_TYPE_SIZE == 64
/freebsd-10.0-release/contrib/gcc/config/soft-fp/
H A Dsoft-fp.h178 #define W_TYPE_SIZE _FP_W_TYPE_SIZE macro

Completed in 135 milliseconds