Home
last modified time | relevance | path

Searched refs:HOST_BITS_PER_INT (Results 1 – 22 of 22) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drtems.h242 && BITS_PER_WORD == HOST_BITS_PER_INT)))))
Dfreebsd64.h364 && BITS_PER_WORD == HOST_BITS_PER_INT)))))
Dnetbsd64.h362 && BITS_PER_WORD == HOST_BITS_PER_INT)))))
Dlinux64.h509 && BITS_PER_WORD == HOST_BITS_PER_INT)))))
Dsysv4.h387 && BITS_PER_WORD == HOST_BITS_PER_INT)))
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dhwint.h15 #define HOST_BITS_PER_INT (CHAR_BIT * SIZEOF_INT) macro
Dread-rtl.cc288 #if HOST_BITS_PER_WIDE_INT == HOST_BITS_PER_INT in find_int()
333 char buffer[HOST_BITS_PER_INT + 1]; in get_int_token()
Dsched-int.h192 #define BITS_PER_DEP_STATUS HOST_BITS_PER_INT
Dira-costs.cc1952 best_cost = (1 << (HOST_BITS_PER_INT - 2)) - 1; in find_costs_and_classes()
2064 best_cost = (1 << (HOST_BITS_PER_INT - 2)) - 1; in find_costs_and_classes()
Dcaller-save.cc230 for (offset = 1 << (HOST_BITS_PER_INT / 2); offset; offset >>= 1) in init_caller_save()
Dexplow.cc1257 size_align = 1u << (HOST_BITS_PER_INT - 1); in get_dynamic_stack_size()
Dwide-int.cc32 #elif HOST_BITS_PER_HALF_WIDE_INT == HOST_BITS_PER_INT
Dbuiltins.cc357 if (trailing_zeros < HOST_BITS_PER_INT) in get_object_alignment_2()
440 if (trailing_zeros < HOST_BITS_PER_INT) in get_pointer_alignment_1()
464 *alignp = 1u << (HOST_BITS_PER_INT - 1); in get_pointer_alignment_1()
Dcalls.cc3449 >= (1 << (HOST_BITS_PER_INT - 2))) in expand_call()
Dgenattrtab.cc127 #define MAX_DIGITS (HOST_BITS_PER_INT * 3 / 10 + 3)
Dexpmed.cc3242 if (HOST_BITS_PER_INT >= GET_MODE_UNIT_BITSIZE (mode)) in choose_mult_variant()
Dcombine.cc3921 HOST_BITS_PER_INT) in try_combine()
3931 HOST_BITS_PER_INT) in try_combine()
Dtree-ssa-loop-ivopts.cc2228 if (trailing_zeros < HOST_BITS_PER_INT in may_be_unaligned_p()
DChangeLog-200127457 HOST_BITS_PER_SHORT, HOST_BITS_PER_INT, HOST_BITS_PER_LONG,
/netbsd/src/external/gpl3/gcc/dist/gcc/config/pa/
Dpa.cc11089 if (size >= (1 << (HOST_BITS_PER_INT - 2))) in pa_function_arg_size()
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Drtl.texi1579 less than or equal to @code{HOST_BITS_PER_INT}.
Dgccint.info17579 is less than or equal to 'HOST_BITS_PER_INT'.