Lines Matching refs:count
25 #define count arg2 macro
36 comib,>= 5,count,byteloop /* If count is <= 6 don't get fancy.*/
41 add count,tmp2,count /* pre increment the count to adjust for alignment of s1 */
50 addibt,<,n -16,count,chekchunk /* If count < 16 then we can't move 16 byte chunks ! */
62 addibf,< -16,count,chunks /* If count is still >= 16 do another loop. */
66 … addibt,<,n 12,count,back_porch /* since the count is already decremented by -16 we're testing */
70 addibf,< -4,count,subchunk /* count -= 4 */
75 addibt,=,n 4,count,done /* if count = 0 we're, of course, done ! */
77 add d_addr,count,d_addr/* final store address is +1 too high ! */
88 addibt,<,n -16,count,chkchnk2 /* first step in pre adjustment of count for looping. */
106 addibf,< -16,count,chunk2 /* If count is still >= 16 do another loop. */
111 … addibt,<,n 12,count,bp_0 /* if we don't have 4 bytes left then do the back porch (bp_0) */
116 … addibt,< -4,count,bp_1 /* decrement count and when count < 4 goto back_porch (bp_1) */
121 … addib,>= -4,count,subchnk2 /* decrement count and when count <= 4 go to back porch (bp_2) */
125 bp_1: addibt,<=,n 4,count,done /* if count = -4 this implies that count = 0 -> done */
126 add d_addr,count,d_addr /* bump destination address to be +1 too high ! */
129 sub,<= count,tmp3,r0 /* bytes unused if (count-byteshift <= 0*/
138 comb,>=,n 0,count,done
142 addibf,= -1,count,encore