Lines Matching refs:count
30 #define count r24 macro
43 addibt,<,n -4,count,byteloop /* If count is <= 4 don't get fancy.*/
47 …add count,tmp5,count /* pre increment the count by the byte address so that the count is…
65 addibf,< -4,count,chunks
69 addibt,=,n 4,count,done /* if count = 0 we're, of course, done !*/
71 add d_addr,count,d_addr/* final store address is +1 too high !*/
72 sh3add count,r0, save /* setup right mask based on count*/
88 addibt,<,n -4,count,chkchnk2 /* first step in pre adjustment of count for looping.*/
115 addibf,< -8,count,chunk2 /* If count is still >= 8 do another loop.*/
119 … addibt,<,n 4,count,bp_0 /* if we don't have 4 bytes left then do the back porch (bp_0)*/
140 addibt,<=,n 4,count,done /* if count = -4 this implies that count = 0 -> done */
147 add d_addr,count,d_addr /* get d_addr ready for stbys,e */
166 addibt,=,n 4,count,done
173 addibf,=,n -1,count,encore
178 addibt,=,n 4,count,done /* if count was already 0 then we're done*/
181 combt,=,n count,r0,done /* if count==0 then exit */
183 addibf,= -1,count,pad_null_bytes2
188 addibf,<=,n -4,count,pad_nulls
236 addi 4,count,count /* fix count since null is in first of two words*/