Lines Matching refs:t8

325 	xor	t8,a1,a0
326 andi t8,t8,(NSIZE-1) /* t8 is a0/a1 word-displacement */
327 bne t8,zero,L(unaligned)
334 C_LDHI t8,0(a1)
336 C_STHI t8,0(a0)
346 andi t8,a0,7
348 PTR_LSA t9,t8,t9,2
382 subu t8,t9,t8
383 PTR_SUBU a2,a2,t8
384 PTR_ADDU a0,a0,t8
385 PTR_ADDU a1,a1,t8
388 andi t8,a1,(NSIZE-1)
390 PTR_LSA t9,t8,t9,2
415 andi t8,a2,NSIZEDMASK /* any whole 64-byte/128-byte chunks? */
416 beq a2,t8,L(chkw) /* if a2==t8, no 64-byte/128-byte chunks */
417 PTR_SUBU a3,a2,t8 /* subtract from a2 the reminder */
519 move a2,t8
529 andi t8,a2,NSIZEMASK /* Is there a 32-byte/64-byte chunk. */
531 beq a2,t8,L(chk1w) /* When a2=t8, no 32-byte chunk */
560 andi a2,t8,(NSIZE-1) /* a2 is the reminder past one (d)word chunks */
561 beq a2,t8,L(lastw)
562 PTR_SUBU a3,t8,a2 /* a3 is count of bytes in one (d)word chunks */
578 andi t8,a2,3 /* a2 is the remainder past 4 byte chunks. */
579 beq t8,a2,L(lastb)
580 move a2,t8
607 andi t8,a2,3
608 beq t8,a2,L(lastb)
615 PTR_SUBU a3,a2,t8
626 move a2,t8
658 andi t8,a2,NSIZEDMASK /* any whole 64-byte/128-byte chunks? */
659 beq a2,t8,L(ua_chkw) /* if a2==t8, no 64-byte/128-byte chunks */
660 PTR_SUBU a3,a2,t8 /* subtract from a2 the reminder */
748 move a2,t8
757 andi t8,a2,NSIZEMASK /* Is there a 32-byte/64-byte chunk. */
759 beq a2,t8,L(ua_chk1w) /* When a2=t8, no 32-byte chunk */
792 andi a2,t8,(NSIZE-1) /* a2 is the reminder past one (d)word chunks */
793 beq a2,t8,L(ua_smallCopy)
794 PTR_SUBU a3,t8,a2 /* a3 is count of bytes in one (d)word chunks */
837 PTR_SUBU REG2, a1, t8; /* REG2 is the aligned src address. */ \