Lines Matching defs:W_TYPE_SIZE

25    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
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 == 32
290 #if (defined (__i370__) || defined (__s390__) || defined (__mvs__)) && W_TYPE_SIZE == 32
314 #if (defined (__i386__) || defined (__i486__)) && W_TYPE_SIZE == 32
357 #if defined (__i960__) && W_TYPE_SIZE == 32
376 #if defined (__M32R__) && W_TYPE_SIZE == 32
399 #if defined (__mc68000__) && W_TYPE_SIZE == 32
527 #if defined (__m88000__) && W_TYPE_SIZE == 32
585 #if defined (__mips__) && W_TYPE_SIZE == 32
596 #if defined (__ns32000__) && W_TYPE_SIZE == 32
645 ) && W_TYPE_SIZE == 32
714 #if (defined (_ARCH_PPC64) || defined (__powerpc64__)) && W_TYPE_SIZE == 64
767 #if defined (__ibm032__) /* RT/ROMP */ && W_TYPE_SIZE == 32
834 #if defined(__sh__) && !__SHMEDIA__ && W_TYPE_SIZE == 32
879 #if defined (__SH5__) && __SHMEDIA__ && W_TYPE_SIZE == 32
895 && W_TYPE_SIZE == 32
1082 && W_TYPE_SIZE == 64
1147 #if defined (__vax__) && W_TYPE_SIZE == 32
1192 #if defined (__z8000__) && W_TYPE_SIZE == 16
1258 (w1) = __w1 + (-(__xm0 >> (W_TYPE_SIZE - 1)) & __xm1) \
1259 + (-(__xm1 >> (W_TYPE_SIZE - 1)) & __xm0); \
1358 if (W_TYPE_SIZE <= 32) \
1366 for (__a = W_TYPE_SIZE - 8; __a > 0; __a -= 8) \
1371 (count) = W_TYPE_SIZE - (__clz_tab[__xr >> __a] + __a); \
1373 #define COUNT_LEADING_ZEROS_0 W_TYPE_SIZE
1384 (count) = W_TYPE_SIZE - 1 - __ctz_c; \