Searched refs:HOST_BITS_PER_INT (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dhwint.h6 Provide definitions for macros which depend on HOST_BITS_PER_INT
15 #define HOST_BITS_PER_INT (CHAR_BIT * SIZEOF_INT) macro
H A Dsched-int.h398 #define BITS_PER_DEP_STATUS (HOST_BITS_PER_INT - 1)
H A Dcaller-save.c165 for (offset = 1 << (HOST_BITS_PER_INT / 2); offset; offset >>= 1)
H A Dread-rtl.c1670 #if HOST_BITS_PER_WIDE_INT == HOST_BITS_PER_INT
H A Dregclass.c159 Note that we hard-code 32 here, not HOST_BITS_PER_INT. */
282 /* Note that we hard-code 32 here, not HOST_BITS_PER_INT. */
1288 int best_cost = (1 << (HOST_BITS_PER_INT - 2)) - 1;
H A Dstmt.c2271 test[i].hi |= (HOST_WIDE_INT) 1 << (j - HOST_BITS_PER_INT);
H A Dtree-pretty-print.c733 sprintf (format, "%%x%%0%dx", HOST_BITS_PER_INT / 4);
H A Dc-common.c4752 else if (i > HOST_BITS_PER_INT - 2)
H A Dgenattrtab.c125 #define MAX_DIGITS (HOST_BITS_PER_INT * 3 / 10 + 3)
H A Dcombine.c2886 && GET_MODE_BITSIZE (GET_MODE (temp)) < HOST_BITS_PER_INT
2894 && GET_MODE_BITSIZE (GET_MODE (temp)) < HOST_BITS_PER_INT
H A Dexpmed.c2912 if (HOST_BITS_PER_INT >= GET_MODE_BITSIZE (mode))
3566 /* We can't support modes wider than HOST_BITS_PER_INT. */
/freebsd-10.0-release/contrib/gcc/config/rs6000/
H A Dlinux64.h487 && BITS_PER_WORD == HOST_BITS_PER_INT)))))
H A Dsysv4.h396 && BITS_PER_WORD == HOST_BITS_PER_INT)))

Completed in 368 milliseconds