Searched refs:last_bytes (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/gcc/config/arm/
H A Darm.c6407 HOST_WIDE_INT in_words_to_go, out_words_to_go, last_bytes;
6428 last_bytes = INTVAL (operands[2]) & 3;
6451 (last_bytes == 0
6458 if (last_bytes != 0)
6493 gcc_assert (!last_bytes || part_bytes_reg);
6495 if (BYTES_BIG_ENDIAN && last_bytes)
6501 GEN_INT (8 * (4 - last_bytes))));
6504 while (last_bytes)
6507 plus_constant (dst, last_bytes - 1),
6508 dstoffset + last_bytes
6395 HOST_WIDE_INT in_words_to_go, out_words_to_go, last_bytes; local
[all...]

Completed in 188 milliseconds