Searched refs:left_shift (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | optabs.c | 1003 int shift_count, left_shift, outof_word; local 1019 left_shift = binoptab == ashl_optab; 1020 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; 1060 reverse_unsigned_shift = (left_shift ? lshr_optab : ashl_optab); 1066 unsigned_shift = (left_shift ? ashl_optab : lshr_optab); 1121 int shift_count, left_shift, outof_word; local 1137 left_shift = (binoptab == rotl_optab); 1138 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; 1159 reverse_unsigned_shift = (left_shift ^ (shift_count < BITS_PER_WORD) 1162 unsigned_shift = (left_shift ^ (shift_count < BITS_PER_WORD)
|
| H A D | 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.
|
| H A D | ChangeLog.1 | 4242 * cppexp.c (left_shift, right_shift, parse_charconst, COMPARE,
|
| H A D | ChangeLog.3 | 11440 * cppexp.c (struct operation, left_shift, right_shift,
|
| H A D | ChangeLog.7 | 5339 * cppexp.c (possible_sum_sign, integer_overflow, left_shift,
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | 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()
|
| /openbsd-src/gnu/usr.bin/perl/regen/ |
| H A D | opcodes | 138 left_shift left bitshift (<<) ck_bitop fsT2 S S
|