Lines Matching refs:count

56  * if (count < 17) {
60 * if (count < 128) {
75 * For remaining count copy as much data in 8-byte chunk from source to
85 * if (count < 128) {
86 * if count < 3
109 * if (count < 512) {
113 * } else { src/dst aligned; count > 512
121 * if src is word aligned and count < 512
124 * if count < 512
227 andn %o2, 7, %o3 ! %o3 count is multiple of 8 bytes size
228 sub %o2, %o3, %o2 ! update o2 with new count
232 deccc %o3 ! decrement count
235 andncc %o2, 7, %o3 ! %o3 count is multiple of 8 bytes size
342 add %o2, %o3, %o2 ! adjust remaining count
817 andn %o2, 3, %o3 ! %o3 is aligned word count
838 andn %o2, 3, %o3 ! %o3 is aligned word count
861 andn %o2, 3, %o3 ! %o3 is aligned word count
878 .w4cp: andn %o2, 3, %o3 ! %o3 is aligned word count
882 deccc 4, %o3 ! decrement count
900 subcc %o2, 4, %o2 ! reduce count by 4
911 addcc %o2, 3, %o2 ! restore count
939 subcc %o2, 8, %o2 ! update count
946 addcc %o2, 7, %o2 ! restore count
967 sub %o2,56,%o2 ! adjust %o2 to -31 off count
976 addcc %o2, 7, %o2 ! restore %o2 to correct count
994 subcc %o2, 7, %o2 ! adjust count
997 addcc %o2, 3, %o2 ! restore count
1000 deccc %o2 ! reduce count for cc test
1050 subcc %o2, 64, %o2 ! decrement length count
1070 addcc %o2, 32, %o2 ! adjust remaining count
1074 sub %o2, 32, %o2 ! decrement length count
1085 addcc %o2, 16, %o2 ! adjust remaining count
1091 sub %o2, 16, %o2 ! decrease count by 16
1096 addcc %o2, 15, %o2 ! restore count
1104 subcc %o2, 8, %o2 ! decrease count by 8
1143 subcc %o2, 32, %o2 ! decrement length count
1155 addcc %o2, 31, %o2 ! restore count
1163 subcc %o2, 16, %o2 ! decrement length count
1179 subcc %o2, 8, %o2 ! decrease count by 8
1186 .medw7: ! count is ge 1, less than 8
1193 subcc %o2, 4, %o2 ! decrease count by 4
1681 ! Dst is on 8 byte boundary; src is not; remaining count > SMALL_MAX
1759 subcc %o3, 8, %o3 ! decrease count by 8
2155 andn %o2, 3, %o3 ! o3 is aligned word count
2176 andn %o2, 3, %o3 ! o3 is aligned word count
2199 andn %o2, 3, %o3 ! o3 is aligned word count
2216 .w4cp: andn %o2, 3, %o3 ! o3 is aligned word count
2220 deccc 4, %o3 ! decrement count
2236 7: deccc %o2 ! decrement count
2250 sub %i2, %i3, %i2 ! update i2 with new count
2317 andn %i2, 0x3f, %i3 ! %i3 count is multiple of block size