Lines Matching refs:chunks
1763 ! in word size chunks right away
2101 * we store the number of chunks (8, 4, 2 or 1 byte) operated
2103 * to the appropriate copy loop and copy that many chunks.
2377 srl %o2, 3, %o2 ! Number of 8 byte chunks to copy
2415 srl %o2, 2, %o2 ! Number of 4 byte chunks to copy
2440 srl %o2, 1, %o2 ! Number of 2 byte chunks to copy
2481 ! Four byte copy loop. %o2 is the number of 4 byte chunks to copy.
2502 ! two byte aligned copy loop. %o2 is the number of 2 byte chunks to
3607 srl %o2, 3, %o2 ! Number of 8 byte chunks to copy
3639 srl %o2, 2, %o2 ! Number of 4 byte chunks to copy
3673 srl %o2, 1, %o2 ! Number of 2 byte chunks to copy
3699 ! with modifications. %o2 is number of 8 byte chunks to copy. When
3721 ! 4 byte copy loop. %o2 is number of 4 byte chunks to copy.
3741 ! 2 byte aligned copy loop. %o2 is number of 2 byte chunks to