Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsimplify-rtx.c6460 unsigned int subbyte = byte % bytes_per_el32; in native_encode_rtx() local
6465 = subreg_size_lsb (1, int_bytes, subbyte).to_constant (); in native_encode_rtx()
6572 unsigned int subbyte in native_decode_rtx() local
6575 result |= bytes[first_byte + subbyte]; in native_decode_rtx()
6599 unsigned int subbyte = byte % 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 Dsimplify-rtx.cc6991 unsigned int subbyte = byte % bytes_per_el32; in native_encode_rtx() local
6996 = subreg_size_lsb (1, int_bytes, subbyte).to_constant (); in native_encode_rtx()
7102 unsigned int subbyte in native_decode_rtx() local
7105 result |= bytes[first_byte + subbyte]; in native_decode_rtx()
7129 unsigned int subbyte = byte % bytes_per_el32; in native_decode_rtx() local
7134 = subreg_size_lsb (1, int_bytes, subbyte).to_constant (); in native_decode_rtx()
H A DChangeLog-20191803 VECTOR_BOOLEAN_TYPE_Ps that have subbyte precision.