Searched refs:inner_bytes (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| 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()
|
| D | rtlanal.cc | 3949 poly_uint64 inner_bytes, in subreg_size_lsb() argument 3955 gcc_checking_assert (ordered_p (outer_bytes, inner_bytes)); in subreg_size_lsb() 3956 if (maybe_gt (outer_bytes, inner_bytes)) in subreg_size_lsb() 3963 trailing_bytes = inner_bytes - subreg_end; in subreg_size_lsb() 4008 subreg_size_offset_from_lsb (poly_uint64 outer_bytes, poly_uint64 inner_bytes, in subreg_size_offset_from_lsb() argument 4012 gcc_checking_assert (ordered_p (outer_bytes, inner_bytes)); in subreg_size_offset_from_lsb() 4013 if (maybe_gt (outer_bytes, inner_bytes)) in subreg_size_offset_from_lsb() 4020 poly_uint64 upper_bytes = inner_bytes - (lower_bytes + outer_bytes); in subreg_size_offset_from_lsb()
|
| 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()
|
| 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/ |
| 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()
|