Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dsimplify-rtx.cc6944 unsigned int mode_bytes = GET_MODE_SIZE (smode); in native_encode_rtx() local
6945 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() local
7126 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() local
7151 for (unsigned int byte = 0; byte < mode_bytes; ++byte) in native_decode_rtx()
[all …]