Lines Matching refs:src
25 # define src r3
43 * First, check if everything (src, dst, len) is a multiple of eight. If
83 mov src=in1 // copy because of rotation
98 (p[0]) ld8 val[0]=[src],8
142 (p[0]) ld1 val[0]=[src],1
185 and t0=-8,src // t0 = src & ~7
186 and t2=7,src // t2 = src & 7
189 adds src2=7,src // src2 = (src + 7)
192 and src2=-8,src2 // src2 = (src + 7) & ~7
193 shl t2=t2,3 // t2 = 8*(src & 7)
196 ld8 t1=[src2] // t1 = 1st source word if src is 8-byte aligned, 2nd otherwise
197 sub t3=64,t2 // t3 = 64-8*(src & 7)
200 add src_end=src,in2
223 1:{ add src=cnt,src // make src point to remainder of source buffer
227 and src2=-8,src // align source pointer
231 and t0=7,src // t0 = src & 7
239 cmp.ne p6,p0=t0,r0 // is src aligned, too?
240 shl t0=t0,LOG_LOOP_SIZE // t0 = 8*(src & 7)
261 // less than 8) and t0 contains the last few bytes of the src buffer: