Lines Matching refs:a2
286 sltu t2,t0,a2
297 slti t2,a2,(2 * NSIZE)
320 PTR_SUBU a2,a2,a3 /* a2 is the remining bytes count */
371 PTR_SUBU a2,a2,t8
403 andi t8,a2,NSIZEDMASK /* any whole 64-byte/128-byte chunks? */
404 beq a2,t8,L(chkw) /* if a2==t8, no 64-byte/128-byte chunks */
405 PTR_SUBU a3,a2,t8 /* subtract from a2 the reminder */
415 PTR_ADDU t0,a0,a2 /* t0 is the "past the end" address */
507 move a2,t8
517 andi t8,a2,NSIZEMASK /* Is there a 32-byte/64-byte chunk. */
519 beq a2,t8,L(chk1w) /* When a2=t8, no 32-byte chunk */
548 andi a2,t8,(NSIZE-1) /* a2 is the reminder past one (d)word chunks */
549 beq a2,t8,L(lastw)
550 PTR_SUBU a3,t8,a2 /* a3 is count of bytes in one (d)word chunks */
566 andi t8,a2,3 /* a2 is the remainder past 4 byte chunks. */
567 beq t8,a2,L(lastb)
568 move a2,t8
577 blez a2,L(leave)
578 PTR_ADDU a3,a0,a2 /* a3 is the last dst address */
595 andi t8,a2,3
596 beq t8,a2,L(lastb)
603 PTR_SUBU a3,a2,t8
614 move a2,t8
629 PTR_SUBU a2,a2,a3 /* a2 is the remining bytes count */
646 andi t8,a2,NSIZEDMASK /* any whole 64-byte/128-byte chunks? */
647 beq a2,t8,L(ua_chkw) /* if a2==t8, no 64-byte/128-byte chunks */
648 PTR_SUBU a3,a2,t8 /* subtract from a2 the reminder */
652 PTR_ADDU t0,a0,a2 /* t0 is the "past the end" address */
736 move a2,t8
745 andi t8,a2,NSIZEMASK /* Is there a 32-byte/64-byte chunk. */
747 beq a2,t8,L(ua_chk1w) /* When a2=t8, no 32-byte chunk */
780 andi a2,t8,(NSIZE-1) /* a2 is the reminder past one (d)word chunks */
781 beq a2,t8,L(ua_smallCopy)
782 PTR_SUBU a3,t8,a2 /* a3 is count of bytes in one (d)word chunks */
796 beqz a2,L(leave)
797 PTR_ADDU a3,a0,a2 /* a3 is the last dst address */
818 andi REG7, a2, (NSIZE-1);/* REG7 is # of bytes to by bytes. */ \
819 beq REG7, a2, L(lastb); /* Check for bytes to copy by word */ \
820 PTR_SUBU a3, a2, REG7; /* a3 is number of bytes to be copied in */ \
822 move a2, REG7; /* a2 is # of bytes to copy byte by byte */ \