Searched refs:subbyte (Results 1 – 3 of 3) sorted by relevance
6460 unsigned int subbyte = byte % bytes_per_el32; in native_encode_rtx() local6465 = subreg_size_lsb (1, int_bytes, subbyte).to_constant (); in native_encode_rtx()6572 unsigned int subbyte in native_decode_rtx() local6575 result |= bytes[first_byte + subbyte]; in native_decode_rtx()6599 unsigned int subbyte = byte % bytes_per_el32; in native_decode_rtx() local6604 = subreg_size_lsb (1, int_bytes, subbyte).to_constant (); in native_decode_rtx()
6991 unsigned int subbyte = byte % bytes_per_el32; in native_encode_rtx() local6996 = subreg_size_lsb (1, int_bytes, subbyte).to_constant (); in native_encode_rtx()7102 unsigned int subbyte in native_decode_rtx() local7105 result |= bytes[first_byte + subbyte]; in native_decode_rtx()7129 unsigned int subbyte = byte % bytes_per_el32; in native_decode_rtx() local7134 = subreg_size_lsb (1, int_bytes, subbyte).to_constant (); in native_decode_rtx()
1803 VECTOR_BOOLEAN_TYPE_Ps that have subbyte precision.