Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsimplify-rtx.c6413 unsigned int mode_bytes = GET_MODE_SIZE (smode); in native_encode_rtx() local
6414 gcc_assert (end_byte <= mode_bytes); in native_encode_rtx()
6427 = subreg_size_lsb (1, mode_bytes, byte).to_constant (); in native_encode_rtx()
6462 mode_bytes - index * bytes_per_el32); in native_encode_rtx()
6477 = subreg_size_lsb (1, mode_bytes, byte).to_constant (); in native_encode_rtx()
6595 unsigned int mode_bytes = GET_MODE_SIZE (fmode); in native_decode_rtx() local
6596 for (unsigned int byte = 0; byte < mode_bytes; ++byte) in native_decode_rtx()
6601 mode_bytes - index * bytes_per_el32); in native_decode_rtx()
6620 unsigned int mode_bytes = GET_MODE_SIZE (smode); in native_decode_rtx() local
6621 for (unsigned int byte = 0; byte < mode_bytes; ++byte) in native_decode_rtx()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A 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 …]