Lines Matching refs:cnt
28 # define cnt r16 macro
67 shr.u cnt=in2,3 // number of 8-byte words to copy
71 adds cnt=-1,cnt // br.ctop is repeat/until
77 mov ar.lc=cnt
119 adds cnt=-1,in2 // br.ctop is repeat/until
123 mov ar.lc=cnt
203 mov cnt=r0
208 (p3) adds cnt=1,cnt
212 (p4) adds cnt=2,cnt
215 (p5) adds cnt=4,cnt
221 1:{ add src=cnt,src // make src point to remainder of source buffer
222 sub cnt=in2,cnt // cnt = number of bytes left to copy
230 shr.u t2=cnt,3 // t2 = number of 8-byte words left to copy
231 shl cnt=cnt,3 // move bits 0-2 to 3-5
242 mov pr=cnt,0x38 // set (p5,p4,p3) to # of bytes last-word bytes to copy