| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | emit-rtl.c | 1661 subreg_size_lowpart_offset (poly_uint64 outer_bytes, poly_uint64 inner_bytes) in subreg_size_lowpart_offset() argument 1663 gcc_checking_assert (ordered_p (outer_bytes, inner_bytes)); in subreg_size_lowpart_offset() 1664 if (maybe_gt (outer_bytes, inner_bytes)) in subreg_size_lowpart_offset() 1669 return inner_bytes - outer_bytes; in subreg_size_lowpart_offset() 1673 return subreg_size_offset_from_lsb (outer_bytes, inner_bytes, 0); in subreg_size_lowpart_offset() 1680 subreg_size_highpart_offset (poly_uint64 outer_bytes, poly_uint64 inner_bytes) in subreg_size_highpart_offset() argument 1682 gcc_assert (known_ge (inner_bytes, outer_bytes)); in subreg_size_highpart_offset() 1687 return inner_bytes - outer_bytes; in subreg_size_highpart_offset() 1689 return subreg_size_offset_from_lsb (outer_bytes, inner_bytes, in subreg_size_highpart_offset() 1690 (inner_bytes - outer_bytes) in subreg_size_highpart_offset()
|
| H A D | rtlanal.c | 3622 poly_uint64 inner_bytes, in subreg_size_lsb() argument 3628 gcc_checking_assert (ordered_p (outer_bytes, inner_bytes)); in subreg_size_lsb() 3629 if (maybe_gt (outer_bytes, inner_bytes)) in subreg_size_lsb() 3636 trailing_bytes = inner_bytes - subreg_end; in subreg_size_lsb() 3681 subreg_size_offset_from_lsb (poly_uint64 outer_bytes, poly_uint64 inner_bytes, in subreg_size_offset_from_lsb() argument 3685 gcc_checking_assert (ordered_p (outer_bytes, inner_bytes)); in subreg_size_offset_from_lsb() 3686 if (maybe_gt (outer_bytes, inner_bytes)) in subreg_size_offset_from_lsb() 3693 poly_uint64 upper_bytes = inner_bytes - (lower_bytes + outer_bytes); in subreg_size_offset_from_lsb()
|
| H A D | simplify-rtx.c | 6770 unsigned int inner_bytes = buffer_bytes; in simplify_immed_subreg() local 6773 if (!GET_MODE_SIZE (innermode).is_constant (&inner_bytes)) in simplify_immed_subreg() 6787 if (!native_encode_rtx (innermode, x, buffer, first_byte, inner_bytes)) in simplify_immed_subreg() 6796 if (!native_encode_rtx (innermode, x, buffer, first_byte, inner_bytes)) in simplify_immed_subreg()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | emit-rtl.cc | 1671 subreg_size_lowpart_offset (poly_uint64 outer_bytes, poly_uint64 inner_bytes) in subreg_size_lowpart_offset() argument 1673 gcc_checking_assert (ordered_p (outer_bytes, inner_bytes)); in subreg_size_lowpart_offset() 1674 if (maybe_gt (outer_bytes, inner_bytes)) in subreg_size_lowpart_offset() 1679 return inner_bytes - outer_bytes; in subreg_size_lowpart_offset() 1683 return subreg_size_offset_from_lsb (outer_bytes, inner_bytes, 0); in subreg_size_lowpart_offset() 1690 subreg_size_highpart_offset (poly_uint64 outer_bytes, poly_uint64 inner_bytes) in subreg_size_highpart_offset() argument 1692 gcc_assert (known_ge (inner_bytes, outer_bytes)); in subreg_size_highpart_offset() 1697 return inner_bytes - outer_bytes; in subreg_size_highpart_offset() 1699 return subreg_size_offset_from_lsb (outer_bytes, inner_bytes, in subreg_size_highpart_offset() 1700 (inner_bytes - outer_bytes) in subreg_size_highpart_offset()
|
| H A D | simplify-rtx.cc | 7300 unsigned int inner_bytes = buffer_bytes; in simplify_immed_subreg() local 7303 if (!GET_MODE_SIZE (innermode).is_constant (&inner_bytes)) in simplify_immed_subreg() 7317 if (!native_encode_rtx (innermode, x, buffer, first_byte, inner_bytes)) in simplify_immed_subreg() 7324 else if (!native_encode_rtx (innermode, x, buffer, first_byte, inner_bytes)) in simplify_immed_subreg()
|
| H A D | ChangeLog-2018 | 33145 * simplify-rtx.c (simplify_immed_subreg): Add an inner_bytes 33147 inner_bytes * BITS_PER_UNIT instead of GET_MODE_BITSIZE (innermode). 33148 Use CEIL (inner_bytes, GET_MODE_UNIT_SIZE (innermode)) instead of
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | rs6000.cc | 23385 unsigned int inner_bytes = GET_MODE_UNIT_SIZE (mode); in rs6000_complex_function_value() local 23400 if (TARGET_32BIT && inner_bytes >= 4) in rs6000_complex_function_value() 23404 if (inner_bytes >= 8) in rs6000_complex_function_value() 23410 GEN_INT (inner_bytes)); in rs6000_complex_function_value()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| H A D | rs6000.c | 22737 unsigned int inner_bytes = GET_MODE_UNIT_SIZE (mode); in rs6000_complex_function_value() local 22752 if (TARGET_32BIT && inner_bytes >= 4) in rs6000_complex_function_value() 22756 if (inner_bytes >= 8) in rs6000_complex_function_value() 22762 GEN_INT (inner_bytes)); in rs6000_complex_function_value()
|