Searched refs:left_shift (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | optabs.c | 1538 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()
|
| HD | FSFChangeLog.10 | 2386 (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.
|
| HD | ChangeLog-1999 | 18710 * cppexp.c (left_shift, right_shift, parse_charconst, COMPARE,
|
| HD | ChangeLog-2000 | 26706 * cppexp.c (struct operation, left_shift, right_shift,
|
| HD | ChangeLog-2002 | 19786 * cppexp.c (possible_sum_sign, integer_overflow, left_shift,
|