Searched refs:first_byte (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | simplify-rtx.cc | 6881 unsigned int first_byte, unsigned int num_bytes) in native_encode_rtx() argument 6895 unsigned int elt = first_byte * BITS_PER_UNIT / elt_bits; in native_encode_rtx() 6918 first_byte %= elt_bytes; in native_encode_rtx() 6922 unsigned int chunk_bytes = MIN (num_bytes, elt_bytes - first_byte); in native_encode_rtx() 6925 first_byte, chunk_bytes)) in native_encode_rtx() 6931 first_byte = 0; in native_encode_rtx() 6943 unsigned int end_byte = first_byte + num_bytes; in native_encode_rtx() 6954 for (unsigned int byte = first_byte; byte < end_byte; ++byte) in native_encode_rtx() 6988 for (unsigned int byte = first_byte; byte < end_byte; ++byte) in native_encode_rtx() 7004 for (unsigned int byte = first_byte; byte < end_byte; ++byte) in native_encode_rtx() [all …]
|
| D | gimple-ssa-store-merging.cc | 1851 unsigned int first_byte = bitpos / BITS_PER_UNIT; in encode_tree_to_bitpos() local 1863 if (first_byte >= total_bytes) in encode_tree_to_bitpos() 1865 total_bytes -= first_byte; in encode_tree_to_bitpos() 1872 memset (ptr + first_byte, '\0', rhs_bytes); in encode_tree_to_bitpos() 1875 return native_encode_expr (expr, ptr + first_byte, total_bytes) != 0; in encode_tree_to_bitpos() 1983 clear_bit_region_be (ptr + first_byte, in encode_tree_to_bitpos() 1986 clear_bit_region (ptr + first_byte, bitpos % BITS_PER_UNIT, bitlen); in encode_tree_to_bitpos() 2041 ptr[first_byte + i] |= tmpbuf[i]; in encode_tree_to_bitpos()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/ |
| D | mips.cc | 1951 HOST_WIDE_INT val, first_byte; in mips_const_vector_same_bytes_p() local 1960 first_byte = val & 0xff; in mips_const_vector_same_bytes_p() 1964 if ((val & 0xff) != first_byte) in mips_const_vector_same_bytes_p()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| D | rs6000.cc | 28572 unsigned char first_byte = info->bytes[0]; in vec_const_128bit_to_bytes() local 28575 if (first_byte != info->bytes[i]) in vec_const_128bit_to_bytes()
|