Lines Matching full:bytes
8 * W: width in bytes
19 p0 = cmp.gtu(bytes,#0)
25 p1 = cmp.gtu(bytes,#15)
32 loopcount = lsr(bytes,#3)
46 bytes -= asl(loopcount,#3)
58 p1 = cmp.gtu(bytes,#7)
63 loopcount = lsr(bytes,#2)
76 bytes -= asl(loopcount,#2)
84 p1 = cmp.gtu(bytes,#3)
89 loopcount = lsr(bytes,#1)
102 bytes -= asl(loopcount,#1)
107 p3=sp1loop0(.Loop1,bytes)
125 p0 = cmp.gtu(bytes,#0)
144 if (p0) bytes = add(bytes,#-1)
156 if (p0) bytes = add(bytes,#-2)
168 if (p0) bytes = add(bytes,#-4)