Lines Matching refs:count
27 #define count arg2 macro
38 comib,>= 5,count,byteloop /* If count is <= 6 don't get fancy.*/
43 add count,tmp2,count /* pre increment the count to adjust for alignment of s1 */
52 addibt,<,n -16,count,chekchunk /* If count < 16 then we can't move 16 byte chunks ! */
64 addibf,< -16,count,chunks /* If count is still >= 16 do another loop. */
68 … addibt,<,n 12,count,back_porch /* since the count is already decremented by -16 we're testing */
72 addibf,< -4,count,subchunk /* count -= 4 */
77 addibt,=,n 4,count,done /* if count = 0 we're, of course, done ! */
79 add d_addr,count,d_addr/* final store address is +1 too high ! */
90 addibt,<,n -16,count,chkchnk2 /* first step in pre adjustment of count for looping. */
108 addibf,< -16,count,chunk2 /* If count is still >= 16 do another loop. */
113 … addibt,<,n 12,count,bp_0 /* if we don't have 4 bytes left then do the back porch (bp_0) */
118 … addibt,< -4,count,bp_1 /* decrement count and when count < 4 goto back_porch (bp_1) */
123 … addib,>= -4,count,subchnk2 /* decrement count and when count <= 4 go to back porch (bp_2) */
127 bp_1: addibt,<=,n 4,count,done /* if count = -4 this implies that count = 0 -> done */
128 add d_addr,count,d_addr /* bump destination address to be +1 too high ! */
131 sub,<= count,tmp3,r0 /* bytes unused if (count-byteshift <= 0*/
140 comb,>=,n 0,count,done
144 addibf,= -1,count,encore