Lines Matching refs:cnt
46 # define cnt r16 macro
85 shr.u cnt=in2,3 // number of 8-byte words to copy
89 adds cnt=-1,cnt // br.ctop is repeat/until
95 mov ar.lc=cnt
137 adds cnt=-1,in2 // br.ctop is repeat/until
141 mov ar.lc=cnt
221 mov cnt=r0
226 (p3) adds cnt=1,cnt
230 (p4) adds cnt=2,cnt
233 (p5) adds cnt=4,cnt
239 1:{ add src=cnt,src // make src point to remainder of source buffer
240 sub cnt=in2,cnt // cnt = number of bytes left to copy
248 shr.u t2=cnt,3 // t2 = number of 8-byte words left to copy
249 shl cnt=cnt,3 // move bits 0-2 to 3-5
260 mov pr=cnt,0x38 // set (p5,p4,p3) to # of bytes last-word bytes to copy