Searched refs:mode_bytes (Results 1 – 1 of 1) sorted by relevance
6944 unsigned int mode_bytes = GET_MODE_SIZE (smode); in native_encode_rtx() local6945 gcc_assert (end_byte <= mode_bytes); in native_encode_rtx()6958 = subreg_size_lsb (1, mode_bytes, byte).to_constant (); in native_encode_rtx()6993 mode_bytes - index * bytes_per_el32); in native_encode_rtx()7008 = subreg_size_lsb (1, mode_bytes, byte).to_constant (); in native_encode_rtx()7125 unsigned int mode_bytes = GET_MODE_SIZE (fmode); in native_decode_rtx() local7126 for (unsigned int byte = 0; byte < mode_bytes; ++byte) in native_decode_rtx()7131 mode_bytes - index * bytes_per_el32); in native_decode_rtx()7150 unsigned int mode_bytes = GET_MODE_SIZE (smode); in native_decode_rtx() local7151 for (unsigned int byte = 0; byte < mode_bytes; ++byte) in native_decode_rtx()[all …]