Lines Matching refs:a3
218 PTR_SUBU a3,zero,a0
253 andi t2,a3,(NSIZE-1) /* word-unaligned address? */
302 andi t2,a3,4
317 PTR_SUBU a3,a2,t8 /* subtract from a2 the reminder */
318 PTR_ADDU a3,a0,a3 /* Now a3 is the final dst after loop */
368 bne a0,a3,L(loop16w)
398 PTR_SUBU a3,t8,a2 /* a3 is count of bytes in one (d)word chunks */
399 PTR_ADDU a3,a0,a3 /* a3 is the dst address after loop */
404 bne a0,a3,L(wordCopy_loop)
410 PTR_ADDU a3,a0,a2 /* a3 is the last dst address */
413 bne a0,a3,L(lastbloop)