Home
last modified time | relevance | path

Searched refs:left_shift (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/gcc/
HDoptabs.c1538 int left_shift, outof_word; in expand_binop() local
1552 left_shift = binoptab == ashl_optab; in expand_binop()
1553 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1589 int shift_count, left_shift, outof_word; in expand_binop() local
1609 left_shift = (binoptab == rotl_optab); in expand_binop()
1610 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1631 reverse_unsigned_shift = (left_shift ^ (shift_count < BITS_PER_WORD) in expand_binop()
1634 unsigned_shift = (left_shift ^ (shift_count < BITS_PER_WORD) in expand_binop()
HDFSFChangeLog.102386 (parse_c_expression, expression_value, parse_escape, left_shift,
2506 (left_shift): No need to do signed left shifts separately.
6657 * cexp.y (left_shift): Ignore integer overflow.
HDChangeLog-199918710 * cppexp.c (left_shift, right_shift, parse_charconst, COMPARE,
HDChangeLog-200026706 * cppexp.c (struct operation, left_shift, right_shift,
HDChangeLog-200219786 * cppexp.c (possible_sum_sign, integer_overflow, left_shift,