Lines Matching refs:i3
58 s1algn: ldub [%i1], %i3 ! move 1 or 3 bytes to align it
60 stb %i3, [%i0] ! move a byte to align src
67 s2algn: lduh [%i1], %i3 ! know src is 2 byte alinged
69 srl %i3, 8, %i4
71 stb %i3, [%i0 + 1] ! don't know dst alingment
87 andn %i2, 3, %i3 ! i3 is aligned word count
88 dec 4, %i3 ! avoid reading beyond tail of src
93 deccc 4, %i3
108 andn %i2, 3, %i3
109 dec 4, %i3 ! avoid reading beyond tail of src
114 deccc 4, %i3
131 andn %i2, 3, %i3 ! i3 is aligned word count
132 dec 4, %i3 ! avoid reading beyond tail of src
137 deccc 4, %i3
148 w4cp: andn %i2, 3, %i3 ! i3 is aligned word count
152 deccc 4, %i3 ! decrement count
182 ldub [%i1+%i0], %i3 ! read a byte
185 stb %i3, [%i0] ! write byte