Lines Matching refs:bytes
35 * Copy s2 to s1, always copy n bytes.
43 cmp %i2, 17 ! delay slot, for small counts copy bytes
48 cmp %i2, 17 ! delay slot, for small counts copy bytes
58 s1algn: ldub [%i1], %i3 ! move 1 or 3 bytes to align it
70 stb %i4, [%i0] ! have to do bytes,
91 1: sll %i4, 8, %g1 ! save residual bytes
112 2: sll %i4, 24, %g1 ! save residual bytes
120 sub %i1, 1, %i1 ! used three bytes of last word read
135 3: sll %i4, 16, %g1 ! save residual bytes
143 sub %i1, 2, %i1 ! used two bytes of last word read
157 and %i2, 3, %i2 ! number of leftover bytes, if any