Lines Matching refs:a3
226 PTR_SUBU a3,zero,a0
261 andi t2,a3,(NSIZE-1) /* word-unaligned address? */
310 andi t2,a3,4
325 PTR_SUBU a3,a2,t8 /* subtract from a2 the reminder */
326 PTR_ADDU a3,a0,a3 /* Now a3 is the final dst after loop */
376 bne a0,a3,L(loop16w)
406 PTR_SUBU a3,t8,a2 /* a3 is count of bytes in one (d)word chunks */
407 PTR_ADDU a3,a0,a3 /* a3 is the dst address after loop */
412 bne a0,a3,L(wordCopy_loop)
418 PTR_ADDU a3,a0,a2 /* a3 is the last dst address */
421 bne a0,a3,L(lastbloop)