Lines Matching refs:W_TYPE_SIZE

34    W_TYPE_SIZE -- size in bits of UWtype
43 #define __BITS4 (W_TYPE_SIZE / 4)
44 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2))
46 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2))
48 #ifndef W_TYPE_SIZE
49 #define W_TYPE_SIZE 32
127 #if W_TYPE_SIZE == 32
131 #endif /* W_TYPE_SIZE == 32 */
133 #if W_TYPE_SIZE == 64
137 #endif /* W_TYPE_SIZE == 64 */
141 #if defined (__alpha) && W_TYPE_SIZE == 64
194 #if defined (__arc__) && W_TYPE_SIZE == 32
228 && W_TYPE_SIZE == 32
292 #if W_TYPE_SIZE == 16
296 #endif /* W_TYPE_SIZE == 16 */
298 #if W_TYPE_SIZE == 32
302 #endif /* W_TYPE_SIZE == 32 */
304 #if W_TYPE_SIZE == 64
308 #endif /* W_TYPE_SIZE == 64 */
346 #if defined (__hppa) && W_TYPE_SIZE == 32
406 #if (defined (__i370__) || defined (__s390__) || defined (__mvs__)) && W_TYPE_SIZE == 32
454 #if (defined (__i386__) || defined (__i486__)) && W_TYPE_SIZE == 32
490 #if defined (__x86_64__) && W_TYPE_SIZE == 64
526 #if defined (__i960__) && W_TYPE_SIZE == 32
545 #if defined (__ia64) && W_TYPE_SIZE == 64
580 (count) = W_TYPE_SIZE - 1 - _c; \
594 #if defined (__M32R__) && W_TYPE_SIZE == 32
617 #if defined (__mc68000__) && W_TYPE_SIZE == 32
750 #if defined (__m88000__) && W_TYPE_SIZE == 32
845 #if defined (__mips__) && W_TYPE_SIZE == 32
861 #if defined (__ns32000__) && W_TYPE_SIZE == 32
908 ) && W_TYPE_SIZE == 32
969 #if (defined (_ARCH_PPC64) || defined (__powerpc64__)) && W_TYPE_SIZE == 64
1022 #if defined (__ibm032__) /* RT/ROMP */ && W_TYPE_SIZE == 32
1089 #if defined(__sh__) && !__SHMEDIA__ && W_TYPE_SIZE == 32
1134 #if defined (__SH5__) && __SHMEDIA__ && W_TYPE_SIZE == 32
1150 && W_TYPE_SIZE == 32
1361 && W_TYPE_SIZE == 64
1432 #if defined (__vax__) && W_TYPE_SIZE == 32
1507 #if defined (__xtensa__) && W_TYPE_SIZE == 32
1531 /* We assume that W_TYPE_SIZE is a multiple of 16... */ \
1532 for ((count) = 0, size = W_TYPE_SIZE; size; size -= 16) \
1543 #define COUNT_LEADING_ZEROS_0 W_TYPE_SIZE
1546 #if defined (__z8000__) && W_TYPE_SIZE == 16
1612 (w1) = __w1 + (-(__xm0 >> (W_TYPE_SIZE - 1)) & __xm1) \
1613 + (-(__xm1 >> (W_TYPE_SIZE - 1)) & __xm0); \
1713 if (W_TYPE_SIZE <= 32) \
1721 for (__a = W_TYPE_SIZE - 8; __a > 0; __a -= 8) \
1726 (count) = W_TYPE_SIZE - (__clz_tab[__xr >> __a] + __a); \
1728 #define COUNT_LEADING_ZEROS_0 W_TYPE_SIZE
1739 (count) = W_TYPE_SIZE - 1 - __ctz_c; \