Lines Matching refs:a3

316 	PTR_SUBU a3, zero, a0
318 andi a3,a3,(NSIZE-1) /* copy a3 bytes to align a0/a1 */
319 beq a3,zero,L(aligned) /* if a3=0, it is already aligned */
320 PTR_SUBU a2,a2,a3 /* a2 is the remining bytes count */
323 PTR_ADDU a1,a1,a3
325 PTR_ADDU a0,a0,a3
348 lb a3, 6(a1)
349 sb a3, 6(a0)
351 lb a3, 5(a1)
352 sb a3, 5(a0)
354 lb a3, 4(a1)
355 sb a3, 4(a0)
357 lb a3, 3(a1)
358 sb a3, 3(a0)
360 lb a3, 2(a1)
361 sb a3, 2(a0)
363 lb a3, 1(a1)
364 sb a3, 1(a0)
366 lb a3, 0(a1)
367 sb a3, 0(a0)
405 PTR_SUBU a3,a2,t8 /* subtract from a2 the reminder */
406 PTR_ADDU a3,a0,a3 /* Now a3 is the final dst after loop */
505 bne a0,a3,L(loop16w)
550 PTR_SUBU a3,t8,a2 /* a3 is count of bytes in one (d)word chunks */
551 PTR_ADDU a3,a0,a3 /* a3 is the dst address after loop */
558 bne a0,a3,L(wordCopy_loop)
578 PTR_ADDU a3,a0,a2 /* a3 is the last dst address */
583 bne a0,a3,L(lastbloop)
603 PTR_SUBU a3,a2,t8
604 PTR_ADDU a3,a0,a3
610 bne a0,a3,L(wcopy_loop)
627 andi a3,a3,(NSIZE-1) /* copy a3 bytes to align a0/a1 */
628 beqz a3,L(ua_chk16w) /* if a3=0, it is already aligned */
629 PTR_SUBU a2,a2,a3 /* a2 is the remining bytes count */
633 PTR_ADDU a1,a1,a3
635 PTR_ADDU a0,a0,a3
648 PTR_SUBU a3,a2,t8 /* subtract from a2 the reminder */
649 PTR_ADDU a3,a0,a3 /* Now a3 is the final dst after loop */
734 bne a0,a3,L(ua_loop16w)
782 PTR_SUBU a3,t8,a2 /* a3 is count of bytes in one (d)word chunks */
783 PTR_ADDU a3,a0,a3 /* a3 is the dst address after loop */
791 bne a0,a3,L(ua_wordCopy_loop)
797 PTR_ADDU a3,a0,a2 /* a3 is the last dst address */
802 bne a0,a3,L(ua_smallCopy_loop)
820 PTR_SUBU a3, a2, REG7; /* a3 is number of bytes to be copied in */ \
824 PTR_ADDU REG6, a0, a3; /* REG6 is the dst address after loop. */ \
826 PTR_ADDU a1, a1, a3; /* a1 is addr of source after word loop. */ \