Lines Matching refs:count
25 #define count r24 macro
70 addibt,<,n -4,count,byteloop /* If count is <= 4 don't get fancy.*/
74 …add count,tmp5,count /* pre increment the count by the byte address so that the count is…
88 addibt,< -4,count,back_porch
97 addibf,< -4,count,chunks
101 addibt,=,n 4,count,done /* if count = 0 we're, of course, done !*/
103 sh3add count,r0, save /* setup right mask based on count*/
110 add d_addr,count,d_addr/* final store address is +1 too high !*/
120 addibt,<,n -4,count,chkchnk2 /* first step in pre adjustment of count for looping.*/
154 addibf,< -8,count,chunk2 /* If count is still >= 8 do another loop.*/
158 … addibt,<,n 4,count,bp_0 /* if we don't have 4 bytes left then do the back porch (bp_0)*/
180 addibt,<=,n 4,count,done /* if count = -4 this implies that count = 0 -> done */
188 add d_addr,count,d_addr /* set up d_addr for stbys,e */
199 addibt,= 4,count,done
205 addibf,=,n -1,count,encore
210 addi -4,count,count /* fudge count 'cause byteloop will re-increment */