Lines Matching refs:count

57  * if (count < SMALL_MAX) {
58 * if count < SHORTCOPY (SHORTCOPY=3)
81 * if (count < MED_MAX) {
85 * } else { src/dst aligned; count > MED_MAX
96 * if src is word aligned and count < MED_WMAX
99 * if count < MED_UMAX
191 andn %o2, 7, %o3 ! %o3 count is multiple of 8 bytes size
192 sub %o2, %o3, %o2 ! update o2 with new count
196 deccc %o3 ! decrement count
199 andncc %o2, 7, %o3 ! %o3 count is multiple of 8 bytes size
297 add %o2, %o3, %o2 ! adjust remaining count
355 subcc %o2, 7, %o2 ! adjust count
364 sub %o2,56,%o2 ! adjust %o2 to -63 off count
372 addcc %o2, 7, %o2 ! restore %o2 to correct count
394 addcc %o2, 3, %o2 ! restore count
397 deccc %o2 ! reduce count for cc test
450 andn %o2, 3, %o3 ! %o3 is aligned word count
471 andn %o2, 3, %o3 ! %o3 is aligned word count
494 andn %o2, 3, %o3 ! %o3 is aligned word count
511 .w4cp: andn %o2, 3, %o3 ! %o3 is aligned word count
515 deccc 4, %o3 ! decrement count
533 subcc %o2, 4, %o2 ! reduce count by 4
544 addcc %o2, 3, %o2 ! restore count
571 subcc %o2, 8, %o2 ! update count
578 addcc %o2, 7, %o2 ! restore count
628 subcc %o2, 64, %o2 ! decrement length count
648 addcc %o2, 32, %o2 ! adjust remaining count
652 sub %o2, 32, %o2 ! decrement length count
663 addcc %o2, 16, %o2 ! adjust remaining count
669 sub %o2, 16, %o2 ! decrease count by 16
674 addcc %o2, 15, %o2 ! restore count
682 subcc %o2, 8, %o2 ! decrease count by 8
716 subcc %o2, 32, %o2 ! decrement length count
736 addcc %o2, 31, %o2 ! restore count
745 subcc %o2, 16, %o2 ! decrement length count
762 subcc %o2, 8, %o2 ! decrease count by 8
769 .medw7: ! count is ge 1, less than 8
776 subcc %o2, 4, %o2 ! decrease count by 4
939 ! Dst is on 8 byte boundary; src is not; remaining count > SMALL_MAX
1014 subcc %o3, 8, %o3 ! decrease count by 8