Lines Matching refs:chunks
132 * if src is word aligned, ld/st words in 32-byte chunks
134 * into long word, store long words in 32-byte chunks
136 * word, store long words in 32-byte chunks
2594 ! in word size chunks right away
2882 * we store the number of chunks (8, 4, 2 or 1 byte) operated
2884 * to the appropriate copy loop and copy that many chunks.
4564 srl %o2, 3, %o2 ! Number of 8 byte chunks to copy
4600 srl %o2, 2, %o2 ! Number of 4 byte chunks to copy
4625 srl %o2, 1, %o2 ! Number of 2 byte chunks to copy
4666 ! Four byte copy loop. %o2 is the number of 4 byte chunks to copy.
4687 ! two byte aligned copy loop. %o2 is the number of 2 byte chunks to
6734 srl %o2, 3, %o2 ! Number of 8 byte chunks to copy
6764 srl %o2, 2, %o2 ! Number of 4 byte chunks to copy
6798 srl %o2, 1, %o2 ! Number of 2 byte chunks to copy
6824 ! with modifications. %o2 is number of 8 byte chunks to copy. When
6846 ! 4 byte copy loop. %o2 is number of 4 byte chunks to copy.
6866 ! 2 byte aligned copy loop. %o2 is number of 2 byte chunks to
7600 * Then store as many 4-byte chunks, followed by trailing bytes.
7604 * store as many 8-bytes chunks to block align the address
7608 * Store as many 8-byte chunks, followed by trailing bytes.