Lines Matching refs:W_TYPE_SIZE

24    W_TYPE_SIZE -- size in bits of UWtype
36 #define __BITS4 (W_TYPE_SIZE / 4)
37 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2))
39 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2))
176 #if defined (__alpha) && W_TYPE_SIZE == 64
264 #if defined (_CRAY) && W_TYPE_SIZE == 64
289 #if defined (__ia64) && W_TYPE_SIZE == 64
325 (count) = W_TYPE_SIZE - 1 - _c; \
371 #if (defined (__a29k__) || defined (_AM29K)) && W_TYPE_SIZE == 32
420 #if defined (__arm__) && W_TYPE_SIZE == 32
512 #if defined (__clipper__) && W_TYPE_SIZE == 32
537 #if defined (__uxp__) && W_TYPE_SIZE == 32
558 #if defined (__gmicro__) && W_TYPE_SIZE == 32
582 #if defined (__hppa) && W_TYPE_SIZE == 32
633 #if defined (__hppa) && W_TYPE_SIZE == 64 && ! defined (_LONG_LONG_LIMB)
644 #if (defined (__i370__) || defined (__s390__) || defined (__mvs__)) && W_TYPE_SIZE == 32
668 #if (defined (__i386__) || defined (__i486__)) && W_TYPE_SIZE == 32
809 #if defined (__amd64__) && W_TYPE_SIZE == 64
845 #if defined (__i860__) && W_TYPE_SIZE == 32
851 #if defined (__i960__) && W_TYPE_SIZE == 32
902 || defined (__mc5307__)) && W_TYPE_SIZE == 32
982 #if defined (__m88000__) && W_TYPE_SIZE == 32
1024 #if defined (__mips) && W_TYPE_SIZE == 32
1046 #if (defined (__mips) && __mips >= 3) && W_TYPE_SIZE == 64
1069 #if defined (__mmix__) && W_TYPE_SIZE == 64
1074 #if defined (__ns32000__) && W_TYPE_SIZE == 32
1126 && W_TYPE_SIZE == 32
1201 #if HAVE_HOST_CPU_FAMILY_powerpc && W_TYPE_SIZE == 64
1290 #if defined (__pyr__) && W_TYPE_SIZE == 32
1312 #if defined (__ibm032__) /* RT/ROMP */ && W_TYPE_SIZE == 32
1364 #if defined (__sh2__) && W_TYPE_SIZE == 32
1371 #if defined (__sparc__) && W_TYPE_SIZE == 32
1556 #if defined (__sparc__) && W_TYPE_SIZE == 64
1577 #if defined (__vax__) && W_TYPE_SIZE == 32
1621 #if defined (__z8000__) && W_TYPE_SIZE == 16
1656 ph = (UWtype) (__ll >> W_TYPE_SIZE); \
1665 ((UDWtype) __hi << W_TYPE_SIZE) | __lo; })
1759 (w1) = __w1 + (-(__xm0 >> (W_TYPE_SIZE - 1)) & __xm1) \
1760 + (-(__xm1 >> (W_TYPE_SIZE - 1)) & __xm0); \
1797 (w0) = (__x1 << W_TYPE_SIZE/2) + __ll_lowpart (__x0); \
1809 (w1) = __w1 - (-(__xm0 >> (W_TYPE_SIZE - 1)) & __xm1) \
1810 - (-(__xm1 >> (W_TYPE_SIZE - 1)) & __xm0); \
1878 if (W_TYPE_SIZE == 32) \
1887 for (__a = W_TYPE_SIZE - 8; __a > 0; __a -= 8) \
1893 (count) = W_TYPE_SIZE + 1 - __a - __clz_tab[__xr >> __a]; \
1896 #define COUNT_LEADING_ZEROS_0 (W_TYPE_SIZE - 1)
1922 (count) = W_TYPE_SIZE - 1 - __ctz_c; \