Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Doptabs.c1473 int left_shift, outof_word; in expand_binop() local
1492 left_shift = binoptab == ashl_optab; in expand_binop()
1493 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1528 int shift_count, left_shift, outof_word; in expand_binop() local
1554 left_shift = (binoptab == rotl_optab); in expand_binop()
1555 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1576 reverse_unsigned_shift = (left_shift ^ (shift_count < BITS_PER_WORD) in expand_binop()
1579 unsigned_shift = (left_shift ^ (shift_count < BITS_PER_WORD) in expand_binop()
H A Dhsa-gen.c2333 unsigned left_shift = type_bitsize - (bitsize + bitpos); in gen_hsa_insns_for_bitfield() local
2334 unsigned right_shift = left_shift + bitpos; in gen_hsa_insns_for_bitfield()
2336 if (left_shift) in gen_hsa_insns_for_bitfield()
2340 hsa_op_immed *c = new hsa_op_immed (left_shift, BRIG_TYPE_U32); in gen_hsa_insns_for_bitfield()
H A DFSFChangeLog.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.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Doptabs.cc1793 int left_shift, outof_word; in expand_binop() local
1812 left_shift = binoptab == ashl_optab; in expand_binop()
1813 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1848 int shift_count, left_shift, outof_word; in expand_binop() local
1874 left_shift = (binoptab == rotl_optab); in expand_binop()
1875 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1896 reverse_unsigned_shift = (left_shift ^ (shift_count < BITS_PER_WORD) in expand_binop()
1899 unsigned_shift = (left_shift ^ (shift_count < BITS_PER_WORD) in expand_binop()
H A DFSFChangeLog.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.
H A DChangeLog-199918710 * cppexp.c (left_shift, right_shift, parse_charconst, COMPARE,
H A DChangeLog-200026706 * cppexp.c (struct operation, left_shift, right_shift,
H A DChangeLog-200219786 * cppexp.c (possible_sum_sign, integer_overflow, left_shift,
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.md3546 unsigned int left_shift = INTVAL (operands[2]);
3547 xoperands[2] = GEN_INT (right_shift - left_shift);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.md3546 unsigned int left_shift = INTVAL (operands[2]);
3547 xoperands[2] = GEN_INT (right_shift - left_shift);