Lines Matching refs:a3

328 	PTR_SUBU a3, zero, a0
330 andi a3,a3,(NSIZE-1) /* copy a3 bytes to align a0/a1 */
331 beq a3,zero,L(aligned) /* if a3=0, it is already aligned */
332 PTR_SUBU a2,a2,a3 /* a2 is the remining bytes count */
335 PTR_ADDU a1,a1,a3
337 PTR_ADDU a0,a0,a3
360 lb a3, 6(a1)
361 sb a3, 6(a0)
363 lb a3, 5(a1)
364 sb a3, 5(a0)
366 lb a3, 4(a1)
367 sb a3, 4(a0)
369 lb a3, 3(a1)
370 sb a3, 3(a0)
372 lb a3, 2(a1)
373 sb a3, 2(a0)
375 lb a3, 1(a1)
376 sb a3, 1(a0)
378 lb a3, 0(a1)
379 sb a3, 0(a0)
417 PTR_SUBU a3,a2,t8 /* subtract from a2 the reminder */
418 PTR_ADDU a3,a0,a3 /* Now a3 is the final dst after loop */
517 bne a0,a3,L(loop16w)
562 PTR_SUBU a3,t8,a2 /* a3 is count of bytes in one (d)word chunks */
563 PTR_ADDU a3,a0,a3 /* a3 is the dst address after loop */
570 bne a0,a3,L(wordCopy_loop)
590 PTR_ADDU a3,a0,a2 /* a3 is the last dst address */
595 bne a0,a3,L(lastbloop)
615 PTR_SUBU a3,a2,t8
616 PTR_ADDU a3,a0,a3
622 bne a0,a3,L(wcopy_loop)
639 andi a3,a3,(NSIZE-1) /* copy a3 bytes to align a0/a1 */
640 beqz a3,L(ua_chk16w) /* if a3=0, it is already aligned */
641 PTR_SUBU a2,a2,a3 /* a2 is the remining bytes count */
645 PTR_ADDU a1,a1,a3
647 PTR_ADDU a0,a0,a3
660 PTR_SUBU a3,a2,t8 /* subtract from a2 the reminder */
661 PTR_ADDU a3,a0,a3 /* Now a3 is the final dst after loop */
746 bne a0,a3,L(ua_loop16w)
794 PTR_SUBU a3,t8,a2 /* a3 is count of bytes in one (d)word chunks */
795 PTR_ADDU a3,a0,a3 /* a3 is the dst address after loop */
803 bne a0,a3,L(ua_wordCopy_loop)
809 PTR_ADDU a3,a0,a2 /* a3 is the last dst address */
814 bne a0,a3,L(ua_smallCopy_loop)
832 PTR_SUBU a3, a2, REG7; /* a3 is number of bytes to be copied in */ \
836 PTR_ADDU REG6, a0, a3; /* REG6 is the dst address after loop. */ \
838 PTR_ADDU a1, a1, a3; /* a1 is addr of source after word loop. */ \