Lines Matching refs:t8

313 	xor	t8,a1,a0
314 andi t8,t8,(NSIZE-1) /* t8 is a0/a1 word-displacement */
315 bne t8,zero,L(unaligned)
322 C_LDHI t8,0(a1)
324 C_STHI t8,0(a0)
334 andi t8,a0,7
336 PTR_LSA t9,t8,t9,2
370 subu t8,t9,t8
371 PTR_SUBU a2,a2,t8
372 PTR_ADDU a0,a0,t8
373 PTR_ADDU a1,a1,t8
376 andi t8,a1,(NSIZE-1)
378 PTR_LSA t9,t8,t9,2
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 */
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
595 andi t8,a2,3
596 beq t8,a2,L(lastb)
603 PTR_SUBU a3,a2,t8
614 move a2,t8
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 */
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 */
825 PTR_SUBU REG2, a1, t8; /* REG2 is the aligned src address. */ \