Searched refs:int_bytes (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | simplify-rtx.c | 6461 unsigned int int_bytes = MIN (bytes_per_el32, in native_encode_rtx() local 6465 = subreg_size_lsb (1, int_bytes, subbyte).to_constant (); in native_encode_rtx() 6600 unsigned int int_bytes = MIN (bytes_per_el32, in native_decode_rtx() local 6604 = subreg_size_lsb (1, int_bytes, subbyte).to_constant (); in native_decode_rtx()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | simplify-rtx.cc | 6992 unsigned int int_bytes = MIN (bytes_per_el32, in native_encode_rtx() local 6996 = subreg_size_lsb (1, int_bytes, subbyte).to_constant (); in native_encode_rtx() 7130 unsigned int int_bytes = MIN (bytes_per_el32, in native_decode_rtx() local 7134 = subreg_size_lsb (1, int_bytes, subbyte).to_constant (); in native_decode_rtx()
|